Update carbon_procs.dm (#30340)

This commit is contained in:
Osetrokarasek
2025-09-15 14:12:46 +00:00
committed by GitHub
parent 46d1cbcc75
commit f237064c2d
@@ -771,6 +771,7 @@ GLOBAL_LIST_INIT(ventcrawl_machinery, list(/obj/machinery/atmospherics/unary/ven
visible_message("<span class='danger'>[src] has thrown [thrown_thing].</span>")
newtonian_move(get_dir(target, src))
thrown_thing.throw_at(target, thrown_thing.throw_range, thrown_thing.throw_speed, src, null, null, null, move_force)
thrown_thing.scatter_atom()
/mob/living/carbon/can_use_hands()
if(handcuffed)