Fixed small issues found in playtesting

This commit is contained in:
Pasha Bibko
2026-01-29 13:54:10 +00:00
parent 13af242e69
commit 69fd62b3ac
8 changed files with 39 additions and 14 deletions

View File

@@ -66,8 +66,8 @@ namespace InterfaceOff
public void DestroyWindow()
{
StartCoroutine(routine: DeathSequence());
Creator.AlertOfDespawnedWindow();
StartCoroutine(routine: DeathSequence());
}
private IEnumerator DeathSequence()