mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
merge, closests, wipe old depot
This commit is contained in:
@@ -129,4 +129,19 @@
|
||||
for(var/i in 1 to 2)
|
||||
for(var/res in resources)
|
||||
var/obj/item/stack/R = new res(src)
|
||||
R.amount = R.max_amount
|
||||
R.amount = R.max_amount
|
||||
|
||||
|
||||
/obj/structure/closet/syndicate/depot
|
||||
name = "supply depot closet"
|
||||
desc = ""
|
||||
icon_state = "syndicate"
|
||||
icon_closed = "syndicate"
|
||||
icon_opened = "syndicateopen"
|
||||
anchored = 1
|
||||
|
||||
/obj/structure/closet/syndicate/depot/open()
|
||||
..()
|
||||
|
||||
/obj/structure/closet/syndicate/depot/Destroy()
|
||||
..()
|
||||
Reference in New Issue
Block a user