Don't make Metal Sonic or Amy grayscale when spawning them using objectplace

This commit is contained in:
Lactozilla 2025-01-19 02:29:33 -03:00
parent 8ca2b44ccd
commit 9142bfbf7d

View file

@ -1112,7 +1112,7 @@ static mapthing_t *OP_CreateNewMapThing(player_t *player, UINT16 type, boolean c
// Ignore offsets
if (mt->type == mobjinfo[MT_EMBLEM].doomednum)
mt->args[1] = 1;
else
else if (!(mt->type == mobjinfo[MT_METALSONIC_RACE].doomednum || mt->type == mobjinfo[MT_ROSY].doomednum))
mt->args[0] = 1;
return mt;