mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
The dumbass forgot NiGHTS mode is also a carry power
This commit is contained in:
parent
6e330348bc
commit
83467a7b3d
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ void P_GiveEmerald(boolean spawnObj)
|
|||
P_SetMobjState(emmo, mobjinfo[MT_GOTEMERALD].meleestate + em);
|
||||
|
||||
// Make sure we're not being carried before our tracer is changed
|
||||
if (players[i].powers[pw_carry] != CR_NONE)
|
||||
if (players[i].powers[pw_carry] == CR_PLAYER)
|
||||
players[i].powers[pw_carry] = CR_NONE;
|
||||
|
||||
P_SetTarget(&players[i].mo->tracer, emmo);
|
||||
|
|
Loading…
Reference in a new issue