v0.9.1: fixed talent point msg not showing up after lvl 6 test test tes
This commit is contained in:
parent
65a6c54b98
commit
9c75859126
|
@ -1455,7 +1455,7 @@ public class Hero extends Char {
|
||||||
GLog.p( Messages.get(this, "new_level") );
|
GLog.p( Messages.get(this, "new_level") );
|
||||||
sprite.showStatus( CharSprite.POSITIVE, Messages.get(Hero.class, "level_up") );
|
sprite.showStatus( CharSprite.POSITIVE, Messages.get(Hero.class, "level_up") );
|
||||||
Sample.INSTANCE.play( Assets.Sounds.LEVELUP );
|
Sample.INSTANCE.play( Assets.Sounds.LEVELUP );
|
||||||
if (lvl <= 6){
|
if (lvl < Talent.tierLevelThresholds[Talent.MAX_TALENT_TIERS+1]){
|
||||||
GLog.newLine();
|
GLog.newLine();
|
||||||
GLog.p( Messages.get(this, "new_talent") );
|
GLog.p( Messages.get(this, "new_talent") );
|
||||||
StatusPane.talentBlink = 10f;
|
StatusPane.talentBlink = 10f;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user