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 1, 2024
1 parent 5d64348 commit bf0da66
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 @@ -16,7 +16,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 bf0da66

Please sign in to comment.