diff --git a/src/k_kart.c b/src/k_kart.c index 493bf5537..b1d23f37b 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -8450,7 +8450,8 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd) if (player->spheredigestion == 0) { - player->spheres--; + if (player->spheres > 5) + player->spheres--; player->spheredigestion = spheredigestion; }