mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +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
|
// 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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue