mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-28 00:11:09 +00:00
Lost bit of the commit
This commit is contained in:
parent
81a3a1c108
commit
cc1268cdf3
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
|
|||
special->target->player->karthud[khud_yougotem] = 2*TICRATE;
|
||||
|
||||
if (special->target->player->kartstuff[k_comebackpoints] >= 2)
|
||||
K_StealBumper(special->target->player, player);
|
||||
K_StealBumper(special->target->player, player, 1);
|
||||
|
||||
special->target->player->kartstuff[k_comebacktimer] = comebacktime;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue