v1.1.0: fixed metamorphosis selection window not showing changed talents
This commit is contained in:
parent
ebc8d7ecb5
commit
d467032baa
|
@ -122,7 +122,7 @@ public class ScrollOfMetamorphosis extends ExoticScroll {
|
|||
top = text.bottom() + 2;
|
||||
|
||||
ArrayList<LinkedHashMap<Talent, Integer>> talents = new ArrayList<>();
|
||||
Talent.initClassTalents(Dungeon.hero.heroClass, talents);
|
||||
Talent.initClassTalents(Dungeon.hero.heroClass, talents, Dungeon.hero.metamorphedTalents);
|
||||
TalentsPane p = new TalentsPane(TalentButton.Mode.METAMORPH_CHOOSE, talents);
|
||||
add(p);
|
||||
p.setPos(0, top);
|
||||
|
|
Loading…
Reference in New Issue
Block a user