Fixed diona pods being mutable, fixed a few other tweaks, added cuttings.

This commit is contained in:
Zuhayr
2014-07-29 12:38:21 +09:30
parent 7f6b36e1dc
commit 7b084ed349
6 changed files with 58 additions and 15 deletions

View File

@@ -266,7 +266,10 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee
/obj/item/weapon/minihoe,
/obj/item/device/analyzer/plant_analyzer,
/obj/item/clothing/gloves/botanic_leather,
/obj/item/clothing/suit/apron) // Updated with new things
/obj/item/clothing/suit/apron,
/obj/item/weapon/minihoe,
/obj/item/weapon/storage/box/botanydisk
) // Updated with new things
cost = 15
containertype = /obj/structure/closet/crate/hydroponics
containername = "Hydroponics crate"