Fix "cursed wolf" after cursed traitor transforms
This commit is contained in:
parent
2fdb1d7dd0
commit
a205e7b877
@ -1016,6 +1016,8 @@ def chk_traitor(cli):
|
||||
for tt in ttl:
|
||||
var.ROLES["wolf"].append(tt)
|
||||
var.ROLES["traitor"].remove(tt)
|
||||
if tt in var.ROLES["cursed villager"]:
|
||||
var.ROLES["cursed villager"].remove(tt)
|
||||
var.LOGGER.logBare(tt, "TRANSFORM")
|
||||
pm(cli, tt, ('HOOOOOOOOOWL. You have become... a wolf!\n'+
|
||||
'It is up to you to avenge your fallen leaders!'))
|
||||
|
Loading…
Reference in New Issue
Block a user