From 2dac49f74126ffe5eba681dd99e76997a165a102 Mon Sep 17 00:00:00 2001 From: skizzerz Date: Sun, 25 Sep 2016 19:39:52 -0500 Subject: [PATCH] Fix dullahan spine whip breaking due to FA split --- src/roles/dullahan.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/roles/dullahan.py b/src/roles/dullahan.py index 2bb2273..0a57080 100644 --- a/src/roles/dullahan.py +++ b/src/roles/dullahan.py @@ -83,7 +83,10 @@ def on_del_player(evt, cli, var, nick, nickrole, nicktpls, death_triggers): deadlist=evt.params.deadlist, original=evt.params.original, refresh_pl=evt.params.refresh_pl, - message_prefix="dullahan_die_") + message_prefix="dullahan_die_", + nickrole=nickrole, + nicktpls=nicktpls, + prots=prots) while len(prots) > 0: # 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