mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
5 ring penalty on backshot stumble
This commit is contained in:
parent
e6db4e4d9b
commit
c5f4c68d07
1 changed files with 1 additions and 0 deletions
|
|
@ -3303,6 +3303,7 @@ boolean P_DamageMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, INT32 da
|
|||
if (inflictor && !P_MobjWasRemoved(inflictor) && P_IsKartItem(inflictor->type) && inflictor->cvmem)
|
||||
{
|
||||
type = DMG_STUMBLE;
|
||||
player->ringburst += 5; // IT'S THE DAMAGE STUMBLE HACK AGAIN AAAAAAAAHHHHHHHHHHH
|
||||
}
|
||||
|
||||
switch (type)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue