This commit is contained in:
Gene Pressinger
2021-05-26 19:04:34 -04:00
committed by GitHub
parent 62c6f0f43e
commit 3e02b05f4d

View File

@@ -159,7 +159,7 @@ enum CombatCommandHeal implements CombatCommandHitType {
case ACTION: {
int currentAction = healed.getAction();
int maxAction = health.getMaxAction();
int maxAction = healed.getMaxAction();
if (currentAction == maxAction) {
// Pointless to heal action if it's already full