mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
You can now order gas canisters from cargo (#21400)
* canister restocks * adds Destroy() * sirryan suggestions * Sean review
This commit is contained in:
@@ -49,6 +49,12 @@
|
||||
else
|
||||
return ..()
|
||||
|
||||
/obj/structure/largecrate/Destroy()
|
||||
var/turf/src_turf = get_turf(src)
|
||||
for(var/obj/O in contents)
|
||||
O.forceMove(src_turf)
|
||||
return ..()
|
||||
|
||||
/obj/structure/largecrate/mule
|
||||
|
||||
/obj/structure/largecrate/lisa
|
||||
|
||||
Reference in New Issue
Block a user