SZAND\msx_2 1 year ago
parent
commit
43fcd9a08c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ActionTowerDefense/Assets/Scripts/PlayerController.cs

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

@@ -1447,6 +1447,7 @@ public class PlayerController : MoveCharacter
         }
         */
         endChange = id + 3;
+        dem.hp = hp;
         ChangeState(CharacterState.Idle);
     }