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){