mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 20:38:03 -08:00
Fix is_health_initialized variable not being set to true
This commit is contained in:
@@ -620,6 +620,8 @@ function this.update_health(enemy, monster)
|
||||
monster.capture_percentage = capture_health / max_health;
|
||||
end
|
||||
|
||||
monster.is_health_initialized = true;
|
||||
|
||||
return physical_param;
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user