mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 05:30:48 +00:00
Pterabytes can now swoop you off a rollout rock
This commit is contained in:
parent
6c0e4a154d
commit
3d985c1b9e
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…
Reference in a new issue