From c2bd91af5043a5a60d375b02620f948fac8df974 Mon Sep 17 00:00:00 2001 From: toaster Date: Sat, 30 Nov 2019 10:12:45 +0000 Subject: [PATCH] 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;