v0.9.3c: fixed upgrading heightened senses not calling observe
This commit is contained in:
@@ -263,7 +263,7 @@ public enum Talent {
|
||||
}
|
||||
}
|
||||
|
||||
if (talent == FARSIGHT){
|
||||
if (talent == HEIGHTENED_SENSES || talent == FARSIGHT){
|
||||
Dungeon.observe();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user