mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Small bug fix.
This commit is contained in:
@@ -328,14 +328,14 @@ public class ViewField extends FRoundedPanel {
|
|||||||
this.getLblLife().setForeground(Color.red);
|
this.getLblLife().setForeground(Color.red);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
this.getLblLife().setBackground(skin.getClrText());
|
this.getLblLife().setForeground(skin.getClrText());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (p0.getPoisonCounters() >= 8) {
|
if (p0.getPoisonCounters() >= 8) {
|
||||||
this.getLblPoison().setForeground(Color.red);
|
this.getLblPoison().setForeground(Color.red);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
this.getLblPoison().setBackground(skin.getClrText());
|
this.getLblPoison().setForeground(skin.getClrText());
|
||||||
}
|
}
|
||||||
|
|
||||||
//mana pool
|
//mana pool
|
||||||
|
|||||||
Reference in New Issue
Block a user