diff --git a/settings/wolfgame.py b/settings/wolfgame.py index 02227c3..7a840c9 100644 --- a/settings/wolfgame.py +++ b/settings/wolfgame.py @@ -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