Remove unused variable

This commit is contained in:
skizzerz 2015-07-11 13:49:56 -05:00
parent 8299a2ee91
commit 50752ccb5c

View File

@ -3084,7 +3084,6 @@ def transition_day(cli, gameid=0):
if shaman not in var.SHAMANS:
ps = pl[:]
ps.remove(var.LASTGIVEN.get(shaman))
target = random.choice(ps)
totem.func(cli, shaman, shaman, random.choice(ps), prefix="Because you forgot to give out your totem at night, you")
if var.FIRST_NIGHT: