Fix Health access attempts outside hooks

(large monster updated in previous commit)
This commit is contained in:
GreenComfyTea
2023-08-06 14:26:59 +03:00
parent e389f6cf53
commit c4b7f6d195
3 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,6 @@ function this.new(enemy)
this.init_UI(monster);
this.update_position(enemy, monster);
this.update_health(enemy, monster);
this.update(enemy, monster);
if this.list[enemy] == nil then