Discovered this was wrong when working on the config for brakyeet, MS objected to the hack so he's updating the tutorial map accordingly.

This commit is contained in:
toaster 2019-11-30 10:12:45 +00:00
parent bc00380aa4
commit c2bd91af50
1 changed files with 1 additions and 1 deletions

View File

@ -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;