Skip to content

Commit

Permalink
Added Beverage Jugs to Lathe
Browse files Browse the repository at this point in the history
<!--
This is a semi-strict format, you can add/remove sections as needed but the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Self-Explanatory
  • Loading branch information
SleepyScarecrow committed Aug 8, 2024
1 parent 5097fc6 commit 25b829c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
- WeaponCapacitorRechargerCircuitboard
- HandheldStationMap
- ClothingHeadHatWelding
- CustomDrinkJug
- type: EmagLatheRecipes
emagStaticRecipes:
- CartridgePistol
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/cooking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,10 @@
completetime: 0.4
materials:
Steel: 100

- type: latheRecipe
id: CustomDrinkJug
result: CustomDrinkJug
completetime: 4
materials:
Plastic: 400

0 comments on commit 25b829c

Please sign in to comment.