Skip to content

Commit

Permalink
Aloe Cream Recipe Fix, Now 15 Seconds (#688)
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]?
-->

Changed the cooking time for aloe cream, so now it doesn't interfere
with RegenerativeMesh any longer.

# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl:
- fix: Fixed the RegenMesh recipe
  • Loading branch information
SleepyScarecrow committed Aug 7, 2024
1 parent 0fc4051 commit c469961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Recipes/Cooking/medical_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: RecipeAloeCream
name: aloe cream recipe
result: AloeCream
time: 10
time: 15
solids:
FoodAloe: 1

Expand Down

0 comments on commit c469961

Please sign in to comment.