Skip to content

Commit

Permalink
Make blood less satiate hunger (#29433)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Jun 26, 2024
1 parent 90c33da commit a540d1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/Prototypes/Reagents/biological.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Drink:
effects:
- !type:SatiateThirst
factor: 1.5
factor: 1.0
conditions:
- !type:OrganType
type: Human
Expand All @@ -27,7 +27,7 @@
effects:
- !type:AdjustReagent
reagent: UncookedAnimalProteins
amount: 0.5
amount: 0.1
Medicine:
effects:
- !type:HealthChange
Expand Down Expand Up @@ -76,7 +76,7 @@
# Delicious!
effects:
- !type:SatiateHunger
factor: 1.5
factor: 1
footstepSound:
collection: FootstepBlood
params:
Expand Down

0 comments on commit a540d1a

Please sign in to comment.