From d362a2f5e52fdeccccb9e75a85eeac9c84661a80 Mon Sep 17 00:00:00 2001 From: Jack Edge Date: Fri, 8 Apr 2016 10:09:03 +0100 Subject: [PATCH] Added plant gene disks to secure botany lockers The Botany plant DNA machine isn't useful without the diskettes. So here they are. --- .../structures/crates_lockers/closets/secure/hydroponics.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/structures/crates_lockers/closets/secure/hydroponics.dm b/code/game/objects/structures/crates_lockers/closets/secure/hydroponics.dm index a9f1fe8adb7..c44786f735b 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/hydroponics.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/hydroponics.dm @@ -9,4 +9,5 @@ new /obj/item/device/analyzer/plant_analyzer(src) new /obj/item/device/radio/headset/headset_srv(src) new /obj/item/weapon/cultivator(src) - new /obj/item/weapon/hatchet(src) \ No newline at end of file + new /obj/item/weapon/hatchet(src) + new /obj/item/weapon/storage/box/disks_plantgene(src) \ No newline at end of file