mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38: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();
|
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);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user