From a18aec6fa545d542f371ca99b054721036041c01 Mon Sep 17 00:00:00 2001
From: YPOQ <30683121+YPOQ@users.noreply.github.com>
Date: Sat, 31 Mar 2018 19:33:59 -0600
Subject: [PATCH] Fixes revenants being unable to siphon after failing a siphon
---
code/modules/antagonists/revenant/revenant_abilities.dm | 1 +
1 file changed, 1 insertion(+)
diff --git a/code/modules/antagonists/revenant/revenant_abilities.dm b/code/modules/antagonists/revenant/revenant_abilities.dm
index f81371b504..e3a068eed4 100644
--- a/code/modules/antagonists/revenant/revenant_abilities.dm
+++ b/code/modules/antagonists/revenant/revenant_abilities.dm
@@ -58,6 +58,7 @@
to_chat(src, "Something's wrong! [target] seems to be resisting the siphoning, leaving you vulnerable!")
target.visible_message("[target] slumps onto the ground.", \
"Violets lights, dancing in your vision, receding--")
+ draining = FALSE
return
var/datum/beam/B = Beam(target,icon_state="drain_life",time=INFINITY)
if(do_after(src, 46, 0, target)) //As one cannot prove the existance of ghosts, ghosts cannot prove the existance of the target they were draining.