diff --git a/src/k_battle.c b/src/k_battle.c index f57ba5ec9..0eef0127c 100644 --- a/src/k_battle.c +++ b/src/k_battle.c @@ -29,8 +29,8 @@ UINT8 numtargets = 0; // Capsules busted INT32 K_StartingBumperCount(void) { - if (modeattacking) - return 1; // Break the Capsules + if (battlecapsules) + return 1; // always 1 hit in Break the Capsules return cv_kartbumpers.value; }