From e34e379f62f68f06bf9f7cd862f7e04e5c2091c8 Mon Sep 17 00:00:00 2001 From: dsatta Date: Fri, 4 Oct 2024 00:28:41 +0200 Subject: [PATCH] unfixed typo? --- game/src/chapter_select.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/src/chapter_select.rpy b/game/src/chapter_select.rpy index cc474dc3..b7464ea2 100644 --- a/game/src/chapter_select.rpy +++ b/game/src/chapter_select.rpy @@ -29,7 +29,7 @@ define ending_2_tuple = [ define ending_3_tuple = [ (_("11.5. Announcing a Date"), "lPromAnnouncement"), (_("12. Let's all go Camping"), "chapter_12C"), - (_("13. Prom is Surprising"), "chapter_12_5C"), + (_("13. Prom is Suprising"), "chapter_12_5C"), (_("14. Volcano Highschool Musical"), "chapter_14C") ]