From e8f4bc7312cf0571bafeaf37cd97a6019bc2062b Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sun, 21 Feb 2021 00:39:37 -0500 Subject: [PATCH] v0.9.2: fixed recently introduced errors with the cloak of shadows --- .../shatteredpixeldungeon/items/artifacts/CloakOfShadows.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/CloakOfShadows.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/CloakOfShadows.java index 480b2ce22..eef3d7037 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/CloakOfShadows.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/CloakOfShadows.java @@ -362,6 +362,8 @@ public class CloakOfShadows extends Artifact { @Override public void detach() { + activeBuff = null; + if (target.invisible > 0) target.invisible--; updateQuickslot();