mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-13 18:22:18 +00:00
Oops, make duels actually score correctly
This commit is contained in:
parent
bdd32cd08f
commit
abc0187b7e
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ Make sure this matches the actual number of states
|
|||
#define RINGTRANSPARENCYREGEN 3
|
||||
|
||||
#define DUELOVERTIME (3*60*TICRATE)
|
||||
#define DUELWINNINGSCORE (1)
|
||||
#define DUELWINNINGSCORE (3)
|
||||
|
||||
#define MIN_WAVEDASH_CHARGE ((11*TICRATE/16)*9)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue