Make make RingBox Action use kart ring giver

This commit is contained in:
NepDisk 2025-11-07 13:12:12 -05:00
parent 78929641f7
commit 2ce1cdb02f

View file

@ -2948,7 +2948,7 @@ void A_RingBox(void *thing)
player = actor->target->player;
P_GivePlayerRings(player, actor->info->reactiontime);
K_AwardPlayerRings(player, actor->info->reactiontime, true);
if (actor->info->seesound)
S_StartSound(player->mo, actor->info->seesound);
}