Merge branch 'goldstatue' into 'master'

Gold statue MTF_EXTRA

See merge request STJr/SRB2Internal!576
This commit is contained in:
MascaraSnake 2019-11-30 05:19:27 -05:00
commit b22e8c809f
2 changed files with 2 additions and 1 deletions

View File

@ -4912,6 +4912,7 @@ thingtypes
sprite = "ESTAA1";
width = 32;
height = 240;
flags1text = "[1] Solid gold";
flags4text = "[4] Slides when pushed";
flags8text = "[8] Not pushable";
}

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;