-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
Adding an option to extend the game time depending on the total number of goals.
For example:
duration: 10
durationMultiplayerPerGoalTotal: true
In this case, if a total of 4 goals are scored in the match, it will extend its time by 40 seconds. If 0 it should just not work.
or
duration: 10
durationMultiplayerPerGoalBlue: true
durationMultiplayerPerGoalRed: false
In this case, if a total of 4, but only 3 scored by the Blue Team, it will extend its time by 30 seconds.
Reactions are currently unavailable