From 8d252deee14dc8237f81fb73b8211d4e6381d661 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 10 Feb 2021 01:41:10 +0100 Subject: [PATCH] [MIRROR] Fixes necropolis curse's stage 4 grabby hands (#3244) * Fixes curse (it's pretty tough!!) (#56760) * Fixes necropolis curse's stage 4 grabby hands Co-authored-by: Thalpy <33956696+Thalpy@users.noreply.github.com> --- code/datums/status_effects/debuffs.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/datums/status_effects/debuffs.dm b/code/datums/status_effects/debuffs.dm index e41b1b3f78d..2bf28f8e1c6 100644 --- a/code/datums/status_effects/debuffs.dm +++ b/code/datums/status_effects/debuffs.dm @@ -615,9 +615,8 @@ set waitfor = FALSE new/obj/effect/temp_visual/dir_setting/curse/grasp_portal(spawn_turf, owner.dir) playsound(spawn_turf, 'sound/effects/curse2.ogg', 80, TRUE, -1) - var/turf/ownerloc = get_turf(owner) var/obj/projectile/curse_hand/C = new (spawn_turf) - C.preparePixelProjectile(ownerloc, spawn_turf) + C.preparePixelProjectile(owner, spawn_turf) C.fire() /obj/effect/temp_visual/curse