The dumbass forgot NiGHTS mode is also a carry power

This commit is contained in:
Tatsuru 2019-12-31 20:13:16 -03:00
parent 6e330348bc
commit 83467a7b3d

View file

@ -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);