Skip to content
Snippets Groups Projects
Commit 31af9107 authored by LJ Sonic's avatar LJ Sonic
Browse files

Merge branch 'lavafall-firedamage' into 'master'

Give RVZ lavafalls fire damage (resolves #352)

Closes #352

See merge request STJr/SRB2Internal!540
parents 66c46bb3 7b80d509
Branches
Tags
No related merge requests found
......@@ -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
},
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment