Skip to content

Commit

Permalink
reduce liver saturation by 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterpaul committed Jun 7, 2024
1 parent 11e9516 commit 95da64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/teamlapen/werewolves/items/LiverItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

public class LiverItem extends Item {
public LiverItem() {
super(new Item.Properties().food(new FoodProperties.Builder().meat().nutrition(6).saturationMod(0.5f).build()));
super(new Item.Properties().food(new FoodProperties.Builder().meat().nutrition(6).saturationMod(0.4f).build()));
}

@Nonnull
Expand Down

0 comments on commit 95da64c

Please sign in to comment.