Add guardian to default rotation now that win conds are fixed
This commit is contained in:
parent
7568baced8
commit
3ea7ba0d2c
@ -722,7 +722,7 @@ class AlphaMode(GameMode):
|
||||
})
|
||||
|
||||
# original idea by Rossweisse, implemented by Vgr with help from woffle and jacob1
|
||||
@game_mode("guardian", minp = 8, maxp = 16, likelihood = 0)
|
||||
@game_mode("guardian", minp = 8, maxp = 16, likelihood = 5)
|
||||
class GuardianMode(GameMode):
|
||||
"""Game mode full of guardian angels, wolves need to pick them apart!"""
|
||||
def __init__(self, arg=""):
|
||||
|
Loading…
x
Reference in New Issue
Block a user