fixed a bug with cursed

This commit is contained in:
Jimmy Cao 2011-07-26 17:38:46 -05:00
parent ef598ff993
commit c3fbd4f0b5

View File

@ -1361,7 +1361,7 @@ def see(cli, nick, rest):
cli.msg(nick,"\u0002{0}\u0002 is currently not playing.".format(victim))
return
victim = pl[pll.index(victim)]
if nick in var.CURSED:
if victim in var.CURSED:
role = "wolf"
elif var.get_role(victim) == "traitor":
role = "villager"