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 # Credits to Metacity for designing and current name
# Blame arkiwitect for the name # Blame arkiwitect for the original name of KrabbyPatty
@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