Remove unused variable
This commit is contained in:
parent
8299a2ee91
commit
50752ccb5c
@ -3084,7 +3084,6 @@ def transition_day(cli, gameid=0):
|
|||||||
if shaman not in var.SHAMANS:
|
if shaman not in var.SHAMANS:
|
||||||
ps = pl[:]
|
ps = pl[:]
|
||||||
ps.remove(var.LASTGIVEN.get(shaman))
|
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")
|
totem.func(cli, shaman, shaman, random.choice(ps), prefix="Because you forgot to give out your totem at night, you")
|
||||||
|
|
||||||
if var.FIRST_NIGHT:
|
if var.FIRST_NIGHT:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user