Skip to content
Snippets Groups Projects
Commit e938f16f authored by toaster's avatar toaster
Browse files

Fix Egg Slimer pogo hitbox being intangible. (WHY does it have MF_NOCLIPTHING????)

parent 661c44b2
Branches
Tags
Loading
......@@ -5734,7 +5734,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
0, // mass
0, // damage
sfx_spring, // activesound
MF_SPECIAL|MF_NOGRAVITY|MF_NOCLIP|MF_NOCLIPHEIGHT|MF_NOCLIPTHING, // flags
MF_SPECIAL|MF_NOGRAVITY|MF_NOCLIP|MF_NOCLIPHEIGHT, // flags
S_EGGMOBILE2_POGO5 // raisestate
},
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment