mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
This reverts commit f54b6904b9.
This commit is contained in:
committed by
GitHub
parent
8cb3571a9c
commit
f029dd1dfc
@@ -629,9 +629,6 @@ GLOBAL_LIST_INIT(ventcrawl_machinery, list(/obj/machinery/atmospherics/unary/ven
|
||||
return
|
||||
|
||||
if(thrown_thing)
|
||||
if(istype(thrown_thing, /obj/item/storage))
|
||||
var/obj/item/storage/S = thrown_thing
|
||||
S.hide_from_all()
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user