Changed Puzzle WVM to Factor

This commit is contained in:
Aaron
2021-01-22 13:06:44 -05:00
parent 1223e42c46
commit bf7e746aff
2 changed files with 2 additions and 2 deletions
@@ -56,7 +56,7 @@ class AlarmActivationViewController: UIViewController
walkAction()
case "Jump":
jumpAction()
case "Puzzle":
case "Factor":
self.puzzleAnswers = puzzleAction(puzzleQuestionLabel: puzzleQuestionLabel)
puzzleView.isHidden = false
case "Smash":