[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>
This commit is contained in:
SkyratBot
2021-02-10 00:41:10 +00:00
committed by GitHub
co-authored by Thalpy
parent a10597c582
commit 8d252deee1
+1 -2
View File
@@ -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