mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 02:11:19 +00:00
Merge branch 'goldstatue' into 'master'
Gold statue MTF_EXTRA See merge request STJr/SRB2Internal!576
This commit is contained in:
commit
b22e8c809f
2 changed files with 2 additions and 1 deletions
|
@ -4912,6 +4912,7 @@ thingtypes
|
|||
sprite = "ESTAA1";
|
||||
width = 32;
|
||||
height = 240;
|
||||
flags1text = "[1] Solid gold";
|
||||
flags4text = "[4] Slides when pushed";
|
||||
flags8text = "[8] Not pushable";
|
||||
}
|
||||
|
|
|
@ -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