fix players not becoming unentranced if succubus dying ends game

This commit is contained in:
jacob1 2015-11-25 18:59:16 -05:00
parent 99c8845118
commit d72eadf34f

View File

@ -3103,8 +3103,9 @@ def del_player(cli, nick, forced_death=False, devoice=True, end_game=True, death
if ret:
join_deadchat(cli, *deadchat)
del deadchat[:]
if var.PHASE in ("night", "day") and ret:
if var.PHASE in ("night", "day"):
# remove the player from variables if they're in there
if ret:
for a,b in list(var.KILLS.items()):
for n in b: #var.KILLS can have 2 kills in a list
if n == nick: