Prevent Canarivore gas from teleporting up walls

This commit is contained in:
lachwright 2020-09-21 17:23:53 +09:30
parent 9e31adf22c
commit 5d1a95b9c6
1 changed files with 1 additions and 1 deletions

View File

@ -5139,7 +5139,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
100, // mass
0, // damage
sfx_None, // activesound
MF_NOCLIP|MF_SPECIAL, // flags
MF_NOCLIPTHING|MF_SPECIAL, // flags
S_NULL // raisestate
},