public void IncreaseTeenActions() { teenActionsPerformed++; if (teenActionsPerformed == teenActionsPerTurn) { StartCoroutine(Killer.HandleKillerTurn()); } }