mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
update blessing color
This commit is contained in:
@@ -198,9 +198,9 @@ public class PlayerStatisticScene extends UIScene {
|
||||
}
|
||||
if (blessingScroll != null) {
|
||||
if (Current.player().getBlessing() != null) {
|
||||
blessingScroll.setText(Current.player().getBlessing().getDescription());
|
||||
blessingScroll.setText("[BLACK]" + Current.player().getBlessing().getDescription());
|
||||
} else {
|
||||
blessingScroll.setText("No blessing.");
|
||||
blessingScroll.setText("[BLACK]No blessing.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user