Skip to content

Commit 95da64c

Browse files
committed
reduce liver saturation by 1
1 parent 11e9516 commit 95da64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/teamlapen/werewolves/items/LiverItem.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
public class LiverItem extends Item {
1717
public LiverItem() {
18-
super(new Item.Properties().food(new FoodProperties.Builder().meat().nutrition(6).saturationMod(0.5f).build()));
18+
super(new Item.Properties().food(new FoodProperties.Builder().meat().nutrition(6).saturationMod(0.4f).build()));
1919
}
2020

2121
@Nonnull

0 commit comments

Comments
 (0)