Zombie + Skeletton capacities

This commit is contained in:
Crizomb 2025-01-23 11:46:27 +01:00
parent e94e2b8dce
commit 3fc57e3a64
12 changed files with 162 additions and 3 deletions

View file

@ -6,6 +6,8 @@ public class WitchSummon : BaseCapacity
protected override bool CapacityCall()
{
print("SUMMON");
print(Mana);
Instantiate(summonUnit, transform.position, Quaternion.identity);
return true;
}