mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
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:
parent
bc00380aa4
commit
c2bd91af50
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue