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