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