Instantly end night if nobody can act during it

This commit is contained in:
skizzerz 2015-07-06 13:19:22 -05:00
parent 8d528bf047
commit 51d747e7d1

View File

@ -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):