diff --git a/project/objects/enemies/enemy_wretched.tscn b/project/objects/enemies/enemy_wretched.tscn index 827d7c21..73135b2a 100644 --- a/project/objects/enemies/enemy_wretched.tscn +++ b/project/objects/enemies/enemy_wretched.tscn @@ -14,6 +14,7 @@ func on_death() -> void: %NavigationAgent3D.process_mode = Node.PROCESS_MODE_DISABLED $CollisionShape3D.disabled = true set_movement_direction(Vector2()) + $wretched/Character/Skeleton3D/BoneAttachment3D/DamageBox.attack_motion_end() func _on_health_status_death() -> void: $wretched/AnimationPlayer.play(\"death\")