Nerf Dimension Blue Spheres, 30 ring boost -> 10, each sphere awards 1 ring

This commit is contained in:
James R 2025-07-22 00:44:01 -07:00
parent 2af16ad812
commit b2b941bcc9

View file

@ -96,7 +96,8 @@ struct IvoBall : Mobj
renderflags |= RF_DONTDRAW;
timer(kCooldown);
toucher->player->ringboost += 30;
toucher->player->ringboost += 10;
K_AwardPlayerRings(toucher->player, 1, false);
if (P_IsDisplayPlayer(toucher->player))
{