mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
SF_BADNIK: scale death sprite by 2x
This commit is contained in:
parent
44666f0c2e
commit
6845ae30d7
1 changed files with 3 additions and 0 deletions
|
|
@ -1939,6 +1939,9 @@ void P_KillMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, UINT8 damaget
|
||||||
if (skins[target->player->skin].flags & SF_BADNIK)
|
if (skins[target->player->skin].flags & SF_BADNIK)
|
||||||
{
|
{
|
||||||
P_SpawnBadnikExplosion(target);
|
P_SpawnBadnikExplosion(target);
|
||||||
|
target->spritexscale = 2*FRACUNIT;
|
||||||
|
target->spriteyscale = 2*FRACUNIT;
|
||||||
|
target->flags |= MF_NOSQUISH;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue