Replaces hydroponics closets in Xenoflora with xenobotany ones. (#6180)

This commit is contained in:
fernerr
2019-04-22 18:46:53 +02:00
committed by Werner
parent 35d5c92290
commit d6a70f0325
6 changed files with 133 additions and 81 deletions
@@ -25,3 +25,32 @@
new /obj/item/weapon/wirecutters/clippers(src)
new /obj/item/weapon/reagent_containers/spray/plantbgone(src)
// new /obj/item/weapon/bee_net(src) //No more bees, March 2014
/obj/structure/closet/secure_closet/xenobotany
name = "xenobotanist's locker"
req_access = list(access_xenobiology)
icon_state = "xenobotsecure1"
icon_closed = "xenobotsecure"
icon_locked = "xenobotsecure1"
icon_opened = "xenobotsecureopen"
icon_broken = "xenobotsecurebroken"
icon_off = "xenobotsecureoff"
fill()
..()
switch(rand(1,2))
if(1)
new /obj/item/clothing/suit/apron(src)
if(2)
new /obj/item/clothing/suit/apron/overalls/blue(src)
new /obj/item/weapon/storage/bag/plants(src)
new /obj/item/clothing/under/rank/scientist(src)
new /obj/item/device/analyzer/plant_analyzer(src)
new /obj/item/device/radio/headset/headset_sci(src)
new /obj/item/clothing/head/greenbandana(src)
new /obj/item/weapon/material/minihoe(src)
new /obj/item/weapon/material/hatchet(src)
new /obj/item/weapon/wirecutters/clippers(src)
new /obj/item/weapon/reagent_containers/spray/plantbgone(src)
new /obj/item/clothing/mask/gas/alt(src)
new /obj/item/watertank(src)