Merge pull request #81 from kernelpanic3/master
Change KrabbyPatty roleset name to aleatoire
This commit is contained in:
commit
9a12c1385b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user