mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Apply to any break the capsules, instead of only time attack
This commit is contained in:
parent
8d91ff1e1c
commit
198b9770f7
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ UINT8 numtargets = 0; // Capsules busted
|
||||||
|
|
||||||
INT32 K_StartingBumperCount(void)
|
INT32 K_StartingBumperCount(void)
|
||||||
{
|
{
|
||||||
if (modeattacking)
|
if (battlecapsules)
|
||||||
return 1; // Break the Capsules
|
return 1; // always 1 hit in Break the Capsules
|
||||||
|
|
||||||
return cv_kartbumpers.value;
|
return cv_kartbumpers.value;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue