From 918bd7f4503b5c5caf2bbd74665bb32c575e687e Mon Sep 17 00:00:00 2001 From: Michael Ashfield <2ashfm61@solent.ac.uk> Date: Mon, 4 Feb 2019 19:50:18 +0000 Subject: [PATCH] Adds flyswatter to beekeeper suit storage (#42658) * Adds flyswatter to keeper suit storage Lets beekeepers store their flyswatter in their suit * Added more botanist items Added normal botanist items that fit into their apron. --- code/modules/hydroponics/beekeeping/beekeeper_suit.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/hydroponics/beekeeping/beekeeper_suit.dm b/code/modules/hydroponics/beekeeping/beekeeper_suit.dm index 7fa1a0dd2ca..75d868cdcd6 100644 --- a/code/modules/hydroponics/beekeeping/beekeeper_suit.dm +++ b/code/modules/hydroponics/beekeeping/beekeeper_suit.dm @@ -13,3 +13,4 @@ icon_state = "beekeeper" item_state = "beekeeper" clothing_flags = THICKMATERIAL + allowed = list(/obj/item/melee/flyswatter, /obj/item/reagent_containers/spray/plantbgone, /obj/item/plant_analyzer, /obj/item/seeds, /obj/item/reagent_containers/glass/bottle, /obj/item/reagent_containers/glass/beaker, /obj/item/cultivator, /obj/item/reagent_containers/spray/pestspray, /obj/item/hatchet, /obj/item/storage/bag/plants)