private IEnumerator DelayAppearanceOfCatPuzzle() { yield return(new WaitForSeconds(2.75f)); catPuzzle.SetActive(true); catLightningEmitted = true; LockViewScript.UnLockView(); }
public void turnOnCatPuzzle() { PuzzleManagement.PlayerIsDoingBathroomPuzzle = false; lockViewScript.UnLockView(); lockViewScript.checkHit = true; }