v3.0.0: excluded Cleric from metamorph effects for now
This commit is contained in:
+4
@@ -211,6 +211,10 @@ public class ScrollOfMetamorphosis extends ExoticScroll {
|
|||||||
Set<Talent> curTalentsAtTier = Dungeon.hero.talents.get(tier-1).keySet();
|
Set<Talent> curTalentsAtTier = Dungeon.hero.talents.get(tier-1).keySet();
|
||||||
|
|
||||||
for (HeroClass cls : HeroClass.values()){
|
for (HeroClass cls : HeroClass.values()){
|
||||||
|
if (cls == HeroClass.CLERIC && Dungeon.hero.heroClass != HeroClass.CLERIC){
|
||||||
|
continue; //TODO CLERIC for now no metamorphing cleric talents
|
||||||
|
}
|
||||||
|
|
||||||
ArrayList<LinkedHashMap<Talent, Integer>> clsTalents = new ArrayList<>();
|
ArrayList<LinkedHashMap<Talent, Integer>> clsTalents = new ArrayList<>();
|
||||||
Talent.initClassTalents(cls, clsTalents);
|
Talent.initClassTalents(cls, clsTalents);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user