Skip to content
Snippets Groups Projects
Commit 7b80d509 authored by MascaraSnake's avatar MascaraSnake
Browse files

Give RVZ lavafalls fire damage

parent 23643e05
Branches
Tags
No related merge requests found
...@@ -13373,7 +13373,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = ...@@ -13373,7 +13373,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
100, // mass 100, // mass
0, // damage 0, // damage
sfx_None, // activesound sfx_None, // activesound
MF_SPECIAL|MF_PAIN|MF_NOGRAVITY, // flags MF_SPECIAL|MF_PAIN|MF_NOGRAVITY|MF_FIRE, // flags
S_NULL // raisestate S_NULL // raisestate
}, },
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment