Change default values

This commit is contained in:
GreenComfyTea
2023-08-09 16:08:27 +03:00
parent a100932a02
commit b805d88205
6 changed files with 37 additions and 18 deletions

View File

@@ -53,7 +53,7 @@ function this.new(enemy)
monster.is_large = false;
monster.health = 0;
monster.max_health = 999999;
monster.max_health = 0;
monster.health_percentage = 0;
monster.missing_health = 0;
monster.capture_health = 0;