add scripts from post-scale attempt
This commit is contained in:
parent
96dcfa9064
commit
87383d5b8c
18 changed files with 362 additions and 148 deletions
|
|
@ -70,7 +70,7 @@ public class CirnoFreezeDeflect : EnemyAbility
|
|||
}
|
||||
}
|
||||
}
|
||||
private void DeflectProjectiles()
|
||||
protected void DeflectProjectiles()
|
||||
{
|
||||
GameManager.instance.deflections += projectilesInRange.Count;
|
||||
foreach (Projectile projectile in projectilesAffected.ToArray())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue