diff --git a/src/gamemodes.py b/src/gamemodes.py index 4cc5761..1657afb 100644 --- a/src/gamemodes.py +++ b/src/gamemodes.py @@ -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=""):