don't message gunners if they have no bullets left

This commit is contained in:
skizzerz 2014-08-01 22:45:57 -05:00
parent 40863c3b8e
commit 48a404d170

View File

@ -3886,6 +3886,8 @@ def transition_night(cli):
continue
elif g in var.ROLES["amnesiac"]:
continue
elif var.GUNNERS[g] == 0:
continue
norm_notify = g in var.PLAYERS and var.PLAYERS[g]["cloak"] not in var.SIMPLE_NOTIFY
role = "gunner"
if g in var.ROLES["sharpshooter"]: