following

This commit is contained in:
reisenlol 2026-01-05 23:54:15 -08:00
parent fd8778e9f2
commit b7562d53ae
No known key found for this signature in database
4 changed files with 20 additions and 57 deletions

View file

@ -14,7 +14,6 @@ public class Enemy : Entity
[ContextMenu("ForceTurn")]
public void StartTurn()
{
//attack the nearest player?
TurnHandler.instance.UpdateTurns();
closestPlayer = FindClosestPlayer();
Debug.Log(closestPlayer);