mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Nerf Dimension Blue Spheres, 30 ring boost -> 10, each sphere awards 1 ring
This commit is contained in:
parent
2af16ad812
commit
b2b941bcc9
1 changed files with 2 additions and 1 deletions
|
|
@ -96,7 +96,8 @@ struct IvoBall : Mobj
|
||||||
renderflags |= RF_DONTDRAW;
|
renderflags |= RF_DONTDRAW;
|
||||||
timer(kCooldown);
|
timer(kCooldown);
|
||||||
|
|
||||||
toucher->player->ringboost += 30;
|
toucher->player->ringboost += 10;
|
||||||
|
K_AwardPlayerRings(toucher->player, 1, false);
|
||||||
|
|
||||||
if (P_IsDisplayPlayer(toucher->player))
|
if (P_IsDisplayPlayer(toucher->player))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue