Or is it better like this?

This commit is contained in:
Tatsuru 2019-12-31 20:20:30 -03:00
parent 83467a7b3d
commit caf47019ce

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_PLAYER)
if (players[i].powers[pw_carry] != CR_NIGHTSMODE)
players[i].powers[pw_carry] = CR_NONE;
P_SetTarget(&players[i].mo->tracer, emmo);