Fix dullahan spine whip breaking due to FA split
This commit is contained in:
parent
12edbdfb43
commit
2dac49f741
@ -83,7 +83,10 @@ def on_del_player(evt, cli, var, nick, nickrole, nicktpls, death_triggers):
|
|||||||
deadlist=evt.params.deadlist,
|
deadlist=evt.params.deadlist,
|
||||||
original=evt.params.original,
|
original=evt.params.original,
|
||||||
refresh_pl=evt.params.refresh_pl,
|
refresh_pl=evt.params.refresh_pl,
|
||||||
message_prefix="dullahan_die_")
|
message_prefix="dullahan_die_",
|
||||||
|
nickrole=nickrole,
|
||||||
|
nicktpls=nicktpls,
|
||||||
|
prots=prots)
|
||||||
while len(prots) > 0:
|
while len(prots) > 0:
|
||||||
# an event can read the current active protection and cancel the totem
|
# an event can read the current active protection and cancel the totem
|
||||||
# if it cancels, it is responsible for removing the protection from var.ACTIVE_PROTECTIONS
|
# if it cancels, it is responsible for removing the protection from var.ACTIVE_PROTECTIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user