cursor prep

This commit is contained in:
2026-01-17 15:09:35 -06:00
parent fbc4e070da
commit 8d53daace2
7 changed files with 37 additions and 3 deletions

View File

@@ -114,4 +114,4 @@ func canMakeDecision() -> bool:
return status != Status.DEAD
func canPlayerMakeDecision() -> bool:
return isPlayerControlled() && canMakeDecision()
return isPlayerControlled() && canMakeDecision()