mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Pterabytes can now swoop you off a rollout rock
This commit is contained in:
parent
41cc52ce25
commit
c1d06a1b49
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ static void P_DoFanAndGasJet(mobj_t *spring, mobj_t *object)
|
||||||
|
|
||||||
static void P_DoPterabyteCarry(player_t *player, mobj_t *ptera)
|
static void P_DoPterabyteCarry(player_t *player, mobj_t *ptera)
|
||||||
{
|
{
|
||||||
if (player->powers[pw_carry])
|
if (player->powers[pw_carry] && players->powers[pw_carry] != CR_ROLLOUT)
|
||||||
return;
|
return;
|
||||||
if (ptera->extravalue1 != 1)
|
if (ptera->extravalue1 != 1)
|
||||||
return; // Not swooping
|
return; // Not swooping
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue