stops src from being passed to throw_at (#26489)

This commit is contained in:
chuga-git
2024-08-19 00:50:03 +00:00
committed by GitHub
parent 64c8438f4a
commit 248348be21
+1 -1
View File
@@ -543,7 +543,7 @@
throwtarget = get_edge_target_turf(src, get_dir(src, get_step_away(L, src)))
SEND_SOUND(L, pick(sound('sound/hallucinations/turn_around1.ogg', 0, 1, 50), sound('sound/hallucinations/turn_around2.ogg', 0, 1, 50)))
L.KnockDown(4 SECONDS)
L.throw_at(throwtarget, 5, 1,src)
L.throw_at(throwtarget, 5, 1)
return FALSE
/obj/machinery/door/airlock/cult/screwdriver_act(mob/user, obj/item/I)