Skip to content

Commit

Permalink
stops src from being passed to throw_at (ParadiseSS13#26489)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuga-git authored Aug 19, 2024
1 parent 64c8438 commit 248348b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/doors/airlock_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 248348b

Please sign in to comment.