add 5 minute match timer option (closes #11925)

This commit is contained in:
xenohedron 2024-03-09 21:36:07 -05:00
parent 59bf39f666
commit 73e9b8da49

View file

@ -2,12 +2,13 @@ package mage.constants;
/** /**
* The time per player to have activity in a match. * The time per player to have activity in a match.
* If time runs out for a player, they loose the currently running game of a match. * If time runs out for a player, they lose the match.
* *
* @author LevelX2 * @author LevelX2
*/ */
public enum MatchTimeLimit { public enum MatchTimeLimit {
NONE(0), NONE(0),
MIN___5(300),
MIN__10(600), MIN__10(600),
MIN__15(900), MIN__15(900),
MIN__20(1200), MIN__20(1200),