Capacity + Health and Mana bars
This commit is contained in:
parent
b21d392ff6
commit
7d3b4ced0e
41 changed files with 1739 additions and 32 deletions
|
@ -22,7 +22,7 @@ public class HealthPotion : ProjectileHandler
|
|||
if (targetUnit.IsTeamA != FromTeamA) continue;
|
||||
|
||||
targetUnit.Heal(healthAdd);
|
||||
|
||||
_minecraftUnitOrigin.Capacity.AddMana(healthAdd);
|
||||
}
|
||||
CoroutineManager.Instance.StartCoroutine(ExplodeVisual());
|
||||
Destroy(gameObject);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue