diff --git a/src/wolfgame.py b/src/wolfgame.py index 2c6a676..4392808 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -5839,7 +5839,8 @@ def transition_night(cli): "relax, and wait patiently for morning.") cli.msg(chan, dmsg) debuglog("BEGIN NIGHT") - + # If there are no nightroles that can act, immediately turn it to daytime + chk_nightdone(cli) def cgamemode(cli, arg):