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();
onGoldChangeList.emit();
} else {
System.out.println("Can't afford cost of false life " + falseLifeCost());
System.out.println("Only has this much gold " + gold);
}

View File

@@ -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",