v0.2.3: fixed a new bug with talisman of foresight
This commit is contained in:
parent
f40f7f325c
commit
ccc4588e6a
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue
Block a user