mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
Update AdventurePlayer.java
This commit is contained in:
@@ -447,7 +447,7 @@ public class AdventurePlayer implements Serializable, SaveFileContent {
|
||||
o.run();
|
||||
}
|
||||
|
||||
public boolean fullHeal() {
|
||||
public boolean heal() {
|
||||
if (life < maxLife) {
|
||||
life = Math.max(maxLife, life);
|
||||
onLifeTotalChangeList.emit();
|
||||
|
||||
Reference in New Issue
Block a user