mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
stops src from being passed to throw_at (#26489)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user