mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +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
d6c7a08fb2
commit
bffeb25e5b
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…
Add table
Reference in a new issue