mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-27 01:06:09 +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.bg.setTexture(`achv_bar${tier ? `_${tier + 1}` : ''}`);
|
||||||
this.icon.setFrame(achv.getIconImage());
|
this.icon.setFrame(achv.getIconImage());
|
||||||
this.titleText.setText(achv.getName());
|
this.titleText.setText(achv.getName());
|
||||||
|
this.scoreText.setVisible(achv instanceof Achv);
|
||||||
this.descriptionText.setText(achv.description);
|
this.descriptionText.setText(achv.description);
|
||||||
|
|
||||||
if (achv instanceof Achv)
|
if (achv instanceof Achv)
|
||||||
|
Loading…
Reference in New Issue
Block a user