More sensible and elegant name

This commit is contained in:
kernelpanic3 2014-11-28 01:54:26 -05:00
parent 21904cd33a
commit 643dab58d0

View File

@ -469,8 +469,8 @@ class AmnesiaMode(object):
# Credits to Metacity for designing
# Blame arkiwitect for the name
@game_mode("krabbypatty")
class KrabbyPattyMode(object):
@game_mode("aleatoire")
class AleatoireMode(object):
def __init__(self):
self.MIN_PLAYERS = 4
self.MAX_PLAYERS = 24