Increase night timer for valentines
This commit is contained in:
parent
8845dd8d7c
commit
8a71c839a9
@ -428,6 +428,8 @@ class MatchmakerMode(GameMode):
|
|||||||
"""Love is in the air!"""
|
"""Love is in the air!"""
|
||||||
def __init__(self, arg=""):
|
def __init__(self, arg=""):
|
||||||
super().__init__(arg)
|
super().__init__(arg)
|
||||||
|
self.NIGHT_TIME_LIMIT = 150
|
||||||
|
self.NIGHT_TIME_WARN = 105
|
||||||
self.ROLE_INDEX = range(8, 25)
|
self.ROLE_INDEX = range(8, 25)
|
||||||
self.ROLE_GUIDE = reset_roles(self.ROLE_INDEX)
|
self.ROLE_GUIDE = reset_roles(self.ROLE_INDEX)
|
||||||
self.ROLE_GUIDE.update({
|
self.ROLE_GUIDE.update({
|
||||||
|
Loading…
Reference in New Issue
Block a user