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 # Credits to Metacity for designing
# Blame arkiwitect for the name # Blame arkiwitect for the name
@game_mode("krabbypatty") @game_mode("aleatoire")
class KrabbyPattyMode(object): class AleatoireMode(object):
def __init__(self): def __init__(self):
self.MIN_PLAYERS = 4 self.MIN_PLAYERS = 4
self.MAX_PLAYERS = 24 self.MAX_PLAYERS = 24