Skip to content
Snippets Groups Projects
Commit 98be08db authored by James R.'s avatar James R.
Browse files

Merge branch 'fartification' into 'next'

Prevent Canarivore gas from teleporting up walls

See merge request STJr/SRB2!1154
parents 94415fac 81e541fd
No related branches found
No related tags found
No related merge requests found
...@@ -5139,7 +5139,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = ...@@ -5139,7 +5139,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
100, // mass 100, // mass
0, // damage 0, // damage
sfx_None, // activesound sfx_None, // activesound
MF_NOCLIP|MF_SPECIAL, // flags MF_SPECIAL, // flags
S_NULL // raisestate S_NULL // raisestate
}, },
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment