enemies are now disabling fight mode even when not killed

This commit is contained in:
2025-02-18 17:28:17 +01:00
parent 844a9afdb9
commit 96378ff8f4

View File

@@ -33,7 +33,7 @@ namespace Beyond
} }
} }
private void OnDestroy() private void OnDisable()
{ {
OnCombatEnd(); OnCombatEnd();
} }