add noclipheight on chaingrab

This commit is contained in:
katsy 2020-12-05 23:13:47 -05:00
parent d004515d6a
commit 8541409329

View file

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