diff --git a/code/game/objects/closets/secure/hydroponics.dm b/code/game/objects/closets/secure/hydroponics.dm index 1e78eade354..0e5ee590972 100644 --- a/code/game/objects/closets/secure/hydroponics.dm +++ b/code/game/objects/closets/secure/hydroponics.dm @@ -15,8 +15,9 @@ new /obj/item/weapon/plantbag(src) new /obj/item/clothing/under/rank/hydroponics(src) new /obj/item/clothing/suit/apron(src) - new /obj/item/clothing/under/rank/hydroponics(src) new /obj/item/clothing/head/helmet/greenbandana(src) new /obj/item/device/analyzer/plant_analyzer(src) + new /obj/item/weapon/minihoe(src) new /obj/item/weapon/hatchet(src) + new /obj/item/clothing/gloves/botanic_leather(src) return \ No newline at end of file