fixed bug that allowed gunner to be pm'd after death
This commit is contained in:
parent
88bf7718b7
commit
1275265dc5
@ -1780,6 +1780,10 @@ def transition_night(cli):
|
|||||||
cli.msg(d, 'You have been drinking too much! You are the \u0002village drunk\u0002.')
|
cli.msg(d, 'You have been drinking too much! You are the \u0002village drunk\u0002.')
|
||||||
|
|
||||||
for g in tuple(var.GUNNERS.keys()):
|
for g in tuple(var.GUNNERS.keys()):
|
||||||
|
if not var.FIRST_NIGHT:
|
||||||
|
break
|
||||||
|
if g not in ps:
|
||||||
|
continue
|
||||||
gun_msg = ("You hold a gun that shoots special silver bullets. You may only use it "+
|
gun_msg = ("You hold a gun that shoots special silver bullets. You may only use it "+
|
||||||
"during the day. If you shoot a wolf, (s)he will die instantly, but if you "+
|
"during the day. If you shoot a wolf, (s)he will die instantly, but if you "+
|
||||||
"shoot a villager, that villager will likely survive. You get {0}.")
|
"shoot a villager, that villager will likely survive. You get {0}.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user