v0.9.3c: fixed upgrading heightened senses not calling observe

This commit is contained in:
Evan Debenham 2021-06-21 20:35:02 -04:00
parent f9f24361d4
commit 0f9dff4560

View File

@ -263,7 +263,7 @@ public enum Talent {
} }
} }
if (talent == FARSIGHT){ if (talent == HEIGHTENED_SENSES || talent == FARSIGHT){
Dungeon.observe(); Dungeon.observe();
} }
} }