Merge pull request #81 from kernelpanic3/master

Change KrabbyPatty roleset name to aleatoire
This commit is contained in:
jacob1 2014-11-28 15:18:46 -05:00
commit 9a12c1385b

View File

@ -467,10 +467,10 @@ class AmnesiaMode(object):
})
# Credits to Metacity for designing
# Blame arkiwitect for the name
@game_mode("krabbypatty")
class KrabbyPattyMode(object):
# Credits to Metacity for designing and current name
# Blame arkiwitect for the original name of KrabbyPatty
@game_mode("aleatoire")
class AleatoireMode(object):
def __init__(self):
self.MIN_PLAYERS = 4
self.MAX_PLAYERS = 24