Revert "add noclipheight on chaingrab"

This reverts commit a796deef3f
This commit is contained in:
katsy 2020-12-06 07:44:59 +00:00
parent 2a3fa4c887
commit a542fac11f

View file

@ -1641,9 +1641,6 @@ 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: