From e1f8b708f923c673c6e1b838f1ace8723d9802fc Mon Sep 17 00:00:00 2001 From: alex-gh Date: Sun, 25 Nov 2018 20:46:29 +0100 Subject: [PATCH] Fixes infernal jaunt --- code/datums/spells/devil.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/spells/devil.dm b/code/datums/spells/devil.dm index c6f03253caf..712fa2ec1c6 100644 --- a/code/datums/spells/devil.dm +++ b/code/datums/spells/devil.dm @@ -132,7 +132,7 @@ pulledby.stop_pulling() if(pulling) stop_pulling() - forceMove(holder) + forceMove(s_holder) holder = s_holder notransform = FALSE fakefireextinguish()