mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-18 09:38:43 +01:00
23 lines
706 B
Plaintext
23 lines
706 B
Plaintext
/obj/structure/closet/secure_closet/hydroponics
|
|
name = "Botanist's locker"
|
|
req_access = list(ACCESS_HYDROPONICS)
|
|
icon_state = "hydrosecure1"
|
|
icon_closed = "hydrosecure"
|
|
icon_locked = "hydrosecure1"
|
|
icon_opened = "hydrosecureopen"
|
|
icon_broken = "hydrosecurebroken"
|
|
icon_off = "hydrosecureoff"
|
|
|
|
|
|
New()
|
|
..()
|
|
sleep(2)
|
|
new /obj/item/weapon/plantbag(src)
|
|
new /obj/item/clothing/under/rank/hydroponics(src)
|
|
new /obj/item/clothing/suit/storage/apron(src)
|
|
new /obj/item/clothing/under/rank/hydroponics(src)
|
|
new /obj/item/device/analyzer/plant_analyzer(src)
|
|
new /obj/item/clothing/head/helmet/greenbandana(src)
|
|
new /obj/item/weapon/minihoe(src)
|
|
new /obj/item/weapon/hatchet(src)
|
|
return |