mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
Merge branch 'fartification' into 'next'
Prevent Canarivore gas from teleporting up walls See merge request STJr/SRB2!1154
This commit is contained in:
commit
27d96bb21c
1 changed files with 1 additions and 1 deletions
|
@ -5139,7 +5139,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
100, // mass
|
||||
0, // damage
|
||||
sfx_None, // activesound
|
||||
MF_NOCLIP|MF_SPECIAL, // flags
|
||||
MF_SPECIAL, // flags
|
||||
S_NULL // raisestate
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue