mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
cleanup, syndipod
This commit is contained in:
@@ -129,19 +129,4 @@
|
||||
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
|
||||
|
||||
|
||||
/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()
|
||||
..()
|
||||
R.amount = R.max_amount
|
||||
Reference in New Issue
Block a user