From 789a2fc539a8a6cc02b7f860df7d9036dc9b4f6c Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Fri, 27 Aug 2021 15:18:52 -0400 Subject: [PATCH] v1.0.2: fixed time stasis not always blocking negative buff effects --- .../items/artifacts/TimekeepersHourglass.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/TimekeepersHourglass.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/TimekeepersHourglass.java index f59121154..c498a2d9d 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/TimekeepersHourglass.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/TimekeepersHourglass.java @@ -250,6 +250,7 @@ public class TimekeepersHourglass extends Artifact { { type = buffType.POSITIVE; + actPriority = BUFF_PRIO-3; //acts after all other buffs, so they are prevented } @Override