v0.2.3: fixed a new bug with talisman of foresight

This commit is contained in:
Evan Debenham 2014-11-22 17:01:22 -05:00
parent f40f7f325c
commit ccc4588e6a

View File

@ -137,7 +137,7 @@ public class TalismanOfForesight extends Artifact {
} }
} }
if (smthFound == true || !cursed){ if (smthFound == true && !cursed){
if (warn == 0){ if (warn == 0){
GLog.w("You feel uneasy."); GLog.w("You feel uneasy.");
if (target instanceof Hero){ if (target instanceof Hero){