From 935127f25fef5cce6e0d5c4b73db5c6077badf56 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=94=D0=B6=D0=B5=D0=BA=D1=81=D0=BE=D0=BD=20=D0=9C=D0=B8?= =?utf8?q?=D1=81=D1=81=D0=B8=D1=81=D1=81=D0=B8=D0=BF=D0=BF=D0=B8?= Date: Wed, 10 Apr 2024 12:28:03 -0500 Subject: [PATCH] Give botanists droppers (#26839) Start botanists with droppers so that they can better dose robust harvest or mutagen. --- Resources/Prototypes/Catalog/Fills/Lockers/service.yml | 1 + .../Prototypes/Catalog/VendingMachines/Inventories/nutri.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/service.yml b/Resources/Prototypes/Catalog/Fills/Lockers/service.yml index e5dbe2d524..945ae0dd7b 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/service.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/service.yml @@ -104,6 +104,7 @@ - id: ClothingBeltPlant - id: PlantBag ##Some maps don't have nutrivend - id: BoxMouthSwab + - id: Dropper - id: HandLabeler - id: ClothingUniformOveralls - id: ClothingHeadHatTrucker diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/nutri.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/nutri.yml index c3933dfa3d..29b3cb8aee 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/nutri.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/nutri.yml @@ -6,6 +6,7 @@ HydroponicsToolClippers: 4 HydroponicsToolScythe: 4 HydroponicsToolHatchet: 4 + Dropper: 4 PlantBag: 3 PlantBGoneSpray: 20 WeedSpray: 20 -- 2.51.2