Skip to content

Commit

Permalink
Merge pull request Simple-Station#142 from cynical24/short-leash-test
Browse files Browse the repository at this point in the history
Add Short Leash (Unless Mnemotechnician Doesn't Like It)
  • Loading branch information
Memeji committed Aug 24, 2024
2 parents 2b149d6 + 447d555 commit f2a0e37
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
- ClothingHeadHatWelding
- CustomDrinkJug # FloofStation
- LeashBasic # FloofStation
- ShortLeash # FloofStation
- type: EmagLatheRecipes
emagStaticRecipes:
- CartridgePistol
Expand Down Expand Up @@ -1470,4 +1471,4 @@
- type: MaterialStorage
whitelist:
tags:
- PrizeTicket
- PrizeTicket
11 changes: 11 additions & 0 deletions Resources/Prototypes/Floof/Entities/Objects/Tools/leash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/Floof/Recipes/Lathes/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@
Plastic: 500
Steel: 75

- type: latheRecipe
id: ShortLeash
result: ShortLeash
completetime: 2.5
materials:
Cloth: 25
Plastic: 300
Steel: 50

0 comments on commit f2a0e37

Please sign in to comment.