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