From b6e869f6597c4472a8c8ad7a7bfcbe5610bd9484 Mon Sep 17 00:00:00 2001 From: ChilbroBaggins <107660393+ChilbroBaggins@users.noreply.github.com> Date: Thu, 12 Jan 2023 06:42:43 -0600 Subject: [PATCH] Botany research/lathe missing tools (#13252) Co-authored-by: Jeff --- .../Prototypes/Catalog/Research/technologies.yml | 3 +++ .../Prototypes/Entities/Structures/Machines/lathe.yml | 7 ++++--- Resources/Prototypes/Recipes/Lathes/botany.yml | 11 +++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Catalog/Research/technologies.yml b/Resources/Prototypes/Catalog/Research/technologies.yml index a1967a3fe5..d3c18d0db1 100644 --- a/Resources/Prototypes/Catalog/Research/technologies.yml +++ b/Resources/Prototypes/Catalog/Research/technologies.yml @@ -46,6 +46,9 @@ - HydroponicsToolScythe - HydroponicsToolHatchet - Shovel + - MiniHoe + - Spade + - Clippers - ButchCleaver - KitchenKnife - MicrowaveMachineCircuitboard diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 4755dbd9bc..697c557eb5 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -74,14 +74,12 @@ - Crowbar - Multitool - AirlockPainter - - MiniHoe - - Shovel - - Spade - CableStack - HandheldGPSBasic - TRayScanner - GasAnalyzer - UtilityBelt + - Pickaxe - type: StaticPrice price: 800 @@ -175,7 +173,10 @@ - RCDAmmo - HydroponicsToolScythe - HydroponicsToolHatchet + - Clippers + - MiniHoe - Shovel + - Spade - HandheldCrewMonitor - Scalpel - Retractor diff --git a/Resources/Prototypes/Recipes/Lathes/botany.yml b/Resources/Prototypes/Recipes/Lathes/botany.yml index 33c3da4fe8..c4d1e9e302 100644 --- a/Resources/Prototypes/Recipes/Lathes/botany.yml +++ b/Resources/Prototypes/Recipes/Lathes/botany.yml @@ -29,3 +29,14 @@ materials: Steel: 200 Plastic: 100 + +- type: latheRecipe + id: Clippers + icon: + sprite: Objects/Tools/Hydroponics/clippers.rsi + state: icon + result: HydroponicsToolClippers + completetime: 2 + materials: + Steel: 200 + Plastic: 100 \ No newline at end of file