diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 2ce77dd4f1..f97bff1d78 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -163,6 +163,7 @@ - ClothingHeadHatWelding - CustomDrinkJug # FloofStation - LeashBasic # FloofStation + - ShortLeash # FloofStation - type: EmagLatheRecipes emagStaticRecipes: - CartridgePistol @@ -1470,4 +1471,4 @@ - type: MaterialStorage whitelist: tags: - - PrizeTicket \ No newline at end of file + - PrizeTicket diff --git a/Resources/Prototypes/Floof/Entities/Objects/Tools/leash.yml b/Resources/Prototypes/Floof/Entities/Objects/Tools/leash.yml index 5d09435d66..45d080b601 100644 --- a/Resources/Prototypes/Floof/Entities/Objects/Tools/leash.yml +++ b/Resources/Prototypes/Floof/Entities/Objects/Tools/leash.yml @@ -24,6 +24,17 @@ detachDelay: 3 selfDetachDelay: 10 +- type: entity + id: ShortLeash + parent: BaseLeash + name: short leash + components: + - type: Leash + length: 1.5 + attachDelay: 4.5 + detachDelay: 3 + selfDetachDelay: 10 + - type: entity id: LeashAdvanced parent: LeashBasic diff --git a/Resources/Prototypes/Floof/Recipes/Lathes/tools.yml b/Resources/Prototypes/Floof/Recipes/Lathes/tools.yml index 83e86c4365..69d3ecba2a 100644 --- a/Resources/Prototypes/Floof/Recipes/Lathes/tools.yml +++ b/Resources/Prototypes/Floof/Recipes/Lathes/tools.yml @@ -7,3 +7,12 @@ Plastic: 500 Steel: 75 +- type: latheRecipe + id: ShortLeash + result: ShortLeash + completetime: 2.5 + materials: + Cloth: 25 + Plastic: 300 + Steel: 50 +