From ccc4588e6af47196c2a92a4be0f29f4678c2b1af Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sat, 22 Nov 2014 17:01:22 -0500 Subject: [PATCH] v0.2.3: fixed a new bug with talisman of foresight --- .../items/artifacts/TalismanOfForesight.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/TalismanOfForesight.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/TalismanOfForesight.java index 933eef856..1be7d0306 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/TalismanOfForesight.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/TalismanOfForesight.java @@ -137,7 +137,7 @@ public class TalismanOfForesight extends Artifact { } } - if (smthFound == true || !cursed){ + if (smthFound == true && !cursed){ if (warn == 0){ GLog.w("You feel uneasy."); if (target instanceof Hero){