village can't abstain on day one
This commit is contained in:
parent
6dc4f4859f
commit
82b53f92d9
@ -2752,6 +2752,9 @@ def no_lynch(cli, nick, chan, rest):
|
||||
elif var.LIMIT_ABSTAIN and var.ABSTAINED:
|
||||
cli.notice(nick, "The village has already abstained once this game and may not do so again.")
|
||||
return
|
||||
elif var.LIMIT_ABSTAIN and var.FIRST_DAY:
|
||||
cli.notice(nick, "The village may not abstain on the first day")
|
||||
return
|
||||
elif var.PHASE != "day":
|
||||
cli.notice(nick, "Lynching is only during the day. Please wait patiently for morning.")
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user