add noclipheight on chaingrab

This commit is contained in:
katsy 2020-12-05 23:13:47 -05:00
parent 6dea40beaa
commit a796deef3f

View file

@ -1641,6 +1641,9 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
// Can't jump first frame // Can't jump first frame
player->pflags |= PF_JUMPSTASIS; player->pflags |= PF_JUMPSTASIS;
// Disable interaction with ground
player->mo->flags |= MF_NOCLIPHEIGHT;
return; return;
} }
case MT_EGGMOBILE2_POGO: case MT_EGGMOBILE2_POGO: