mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Update inn portrait with false life
This commit is contained in:
@@ -459,7 +459,6 @@ public class AdventurePlayer implements Serializable, SaveFileContent {
|
||||
onLifeTotalChangeList.emit();
|
||||
onGoldChangeList.emit();
|
||||
} else {
|
||||
|
||||
System.out.println("Can't afford cost of false life " + falseLifeCost());
|
||||
System.out.println("Only has this much gold " + gold);
|
||||
}
|
||||
|
||||
@@ -20,13 +20,22 @@
|
||||
},
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "heal",
|
||||
"text": "Heal",
|
||||
"name": "tempHitPointCost",
|
||||
"text": "Cost",
|
||||
"width": 100,
|
||||
"height": 30,
|
||||
"x": 165,
|
||||
"y": 105
|
||||
},
|
||||
{
|
||||
"type": "Label",
|
||||
"name": "tempHitPoints",
|
||||
"font": "default",
|
||||
"width": 100,
|
||||
"height": 30,
|
||||
"x": 165,
|
||||
"y": 85
|
||||
},
|
||||
{
|
||||
"type": "Image",
|
||||
"name": "sellIcon",
|
||||
|
||||
Reference in New Issue
Block a user