diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java index e7f9a253a..56dc1f7ff 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java @@ -263,7 +263,7 @@ public enum Talent { } } - if (talent == FARSIGHT){ + if (talent == HEIGHTENED_SENSES || talent == FARSIGHT){ Dungeon.observe(); } }