Merge branch 'lavafall-firedamage' into 'master'

Give RVZ lavafalls fire damage (resolves #352)

Closes #352

See merge request STJr/SRB2Internal!540
This commit is contained in:
LJ Sonic 2019-11-25 13:09:18 -05:00
commit 31af9107e3
1 changed files with 1 additions and 1 deletions

View File

@ -13373,7 +13373,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
100, // mass
0, // damage
sfx_None, // activesound
MF_SPECIAL|MF_PAIN|MF_NOGRAVITY, // flags
MF_SPECIAL|MF_PAIN|MF_NOGRAVITY|MF_FIRE, // flags
S_NULL // raisestate
},