From a66c1d07587f03ed2454b1065a41e77fc172ae96 Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 1 Jul 2024 13:10:13 -0400 Subject: [PATCH] fix(game): correct misspelling in class 1 --- game/class_1.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/class_1.rpy b/game/class_1.rpy index 45c5818..cd5c5f2 100644 --- a/game/class_1.rpy +++ b/game/class_1.rpy @@ -83,7 +83,7 @@ label after_class_1: menu: "Agreed. Plus, I love dogs!": $ affection += 1 - classmate @ surprised "Gear to hear!" + classmate @ surprised "Great to hear!" "Eh, I thought it was boring. Also not a fan of dogs.": $ affection -= 1