Skip to content

Commit

Permalink
Merge pull request #64 from VaingloriousReptile/patch-1
Browse files Browse the repository at this point in the history
Fix Fish Morsel Hunger [DST]
  • Loading branch information
bluehexagons authored Oct 18, 2024
2 parents a96a086 + c09ae50 commit 5fd7a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/food.js
Original file line number Diff line number Diff line change
Expand Up @@ -3150,7 +3150,7 @@ However, if I do the same for kelp and rename it to kelp_dst, the simulator woul
meat: 0.5,
fish: 0.5,
health: healing_tiny,
hunger: calories_med,
hunger: calories_small,
sanity: 0,
perish: perish_superfast,
stack: stack_size_smallitem,
Expand All @@ -3166,7 +3166,7 @@ However, if I do the same for kelp and rename it to kelp_dst, the simulator woul
meat: 0.5,
fish: 0.5,
health: healing_tiny,
hunger: calories_med,
hunger: calories_small,
sanity: 0,
perish: perish_superfast,
stack: stack_size_smallitem,
Expand Down

0 comments on commit 5fd7a24

Please sign in to comment.