mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
add noclipheight on chaingrab
This commit is contained in:
parent
6dea40beaa
commit
a796deef3f
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue