From 97c4ac5a6666642689c58c62b70bdca9d7e56722 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Thu, 31 Dec 2020 22:41:27 -0500 Subject: [PATCH] v0.9.1b: fixed iron stomach ending after next hero turn, not before --- .../shatteredpixeldungeon/actors/hero/Talent.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java index e38a60c25..e661187e1 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java @@ -202,7 +202,9 @@ public enum Talent { } } - public static class WarriorFoodImmunity extends FlavourBuff{}; + public static class WarriorFoodImmunity extends FlavourBuff{ + { actPriority = HERO_PRIO+1; } + } public static float itemIDSpeedFactor( Hero hero, Item item ){ // 1.75x/2.5x speed with huntress talent