SZAND\msx_2 hace 1 año
padre
commit
020237a35f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ActionTowerDefense/Assets/Scripts/Enemy.cs

+ 1 - 0
ActionTowerDefense/Assets/Scripts/Enemy.cs

@@ -655,6 +655,7 @@ public class Enemy : MoveCharacter
                     case CharacterState.RushAttack:
                     case CharacterState.ReadyToDownRush:
                     case CharacterState.DownRush:
+                    case CharacterState.Rush:
                         state = oldState;
                         beRepelValue = totalBeRepelValue;
                         break;