mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 16:56:11 +00:00
Don't show points for voucher unlocks
This commit is contained in:
parent
0afec8fd35
commit
97add6e748
@ -59,6 +59,7 @@ export default class AchvBar extends Phaser.GameObjects.Container {
|
||||
this.bg.setTexture(`achv_bar${tier ? `_${tier + 1}` : ''}`);
|
||||
this.icon.setFrame(achv.getIconImage());
|
||||
this.titleText.setText(achv.getName());
|
||||
this.scoreText.setVisible(achv instanceof Achv);
|
||||
this.descriptionText.setText(achv.description);
|
||||
|
||||
if (achv instanceof Achv)
|
||||
|
Loading…
Reference in New Issue
Block a user