diff --git a/src/p_enemy.c b/src/p_enemy.c index af239e4f8..06cc1a351 100644 --- a/src/p_enemy.c +++ b/src/p_enemy.c @@ -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); }