From c2bd91af5043a5a60d375b02620f948fac8df974 Mon Sep 17 00:00:00 2001 From: toaster Date: Sat, 30 Nov 2019 10:12:45 +0000 Subject: [PATCH 1/2] Discovered this was wrong when working on the config for brakyeet, MS objected to the hack so he's updating the tutorial map accordingly. --- src/p_mobj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_mobj.c b/src/p_mobj.c index 6a250a783..b1f82627d 100644 --- a/src/p_mobj.c +++ b/src/p_mobj.c @@ -11977,7 +11977,7 @@ You should think about modifying the deathmatch starts to take full advantage of skyboxviewpnts[mthing->extrainfo] = mobj; break; case MT_EGGSTATUE: - if (tutorialmode != (mthing->options & MTF_OBJECTSPECIAL)) + if (mthing->options & MTF_EXTRA) { mobj->color = SKINCOLOR_GOLD; mobj->colorized = true; From f28c134c28b90c0f4b8b9628db46b7c0be0373e0 Mon Sep 17 00:00:00 2001 From: toaster Date: Sat, 30 Nov 2019 10:14:59 +0000 Subject: [PATCH 2/2] Gold statue in config. --- extras/conf/SRB2-22.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/conf/SRB2-22.cfg b/extras/conf/SRB2-22.cfg index 7a8f31d5a..39cfb70d0 100644 --- a/extras/conf/SRB2-22.cfg +++ b/extras/conf/SRB2-22.cfg @@ -4912,6 +4912,7 @@ thingtypes sprite = "ESTAA1"; width = 32; height = 240; + flags1text = "[1] Solid gold"; flags4text = "[4] Slides when pushed"; flags8text = "[8] Not pushable"; }