Update inn portrait with false life

This commit is contained in:
friarsol
2022-07-26 23:25:32 -04:00
parent c9aa5baa83
commit 2a12f830aa
2 changed files with 11 additions and 3 deletions

View File

@@ -459,7 +459,6 @@ public class AdventurePlayer implements Serializable, SaveFileContent {
onLifeTotalChangeList.emit(); onLifeTotalChangeList.emit();
onGoldChangeList.emit(); onGoldChangeList.emit();
} else { } else {
System.out.println("Can't afford cost of false life " + falseLifeCost()); System.out.println("Can't afford cost of false life " + falseLifeCost());
System.out.println("Only has this much gold " + gold); System.out.println("Only has this much gold " + gold);
} }

View File

@@ -20,13 +20,22 @@
}, },
{ {
"type": "TextButton", "type": "TextButton",
"name": "heal", "name": "tempHitPointCost",
"text": "Heal", "text": "Cost",
"width": 100, "width": 100,
"height": 30, "height": 30,
"x": 165, "x": 165,
"y": 105 "y": 105
}, },
{
"type": "Label",
"name": "tempHitPoints",
"font": "default",
"width": 100,
"height": 30,
"x": 165,
"y": 85
},
{ {
"type": "Image", "type": "Image",
"name": "sellIcon", "name": "sellIcon",