mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user