Skip to content

Commit

Permalink
Add desk bell to the service techfab. (#2810)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hivequeen authored Feb 1, 2025
1 parent e4c11b8 commit c2a3ede
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
- ClothingHeadHatCone
- FireExtinguisher
- WetFloorSign
- DeskBell
dynamicRecipes:
# Shared lathe recipes
## Advanced tools
Expand Down Expand Up @@ -566,7 +567,7 @@
- PowerCageRechargerCircuitboard
- PowerCageHigh
- PowerCageMedium
- PowerCageSmall
- PowerCageSmall
dynamicRecipes:
- BoxShellTranquilizer
- ExplosivePayload
Expand Down
12 changes: 10 additions & 2 deletions Resources/Prototypes/_NF/Recipes/Lathes/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
- type: latheRecipe
id: FoodCondimentSqueezeBottleClear
result: FoodCondimentSqueezeBottleClear
parent: BaseServiceItemsRecipe
parent: BaseServiceItemsRecipe
applyMaterialDiscount: false
materials:
Plastic: 50
Expand All @@ -102,7 +102,15 @@
- type: latheRecipe
id: DrinkIceBucketEmpty
result: DrinkIceBucketEmpty
parent: BaseServiceItemsRecipe
parent: BaseServiceItemsRecipe
completetime: 2
materials:
Steel: 100

- type: latheRecipe
id: DeskBell
result: DeskBell
parent: BaseServiceItemsRecipe
completetime: 2
materials:
Steel: 200

0 comments on commit c2a3ede

Please sign in to comment.