From eef352299df97e7f22448ba82478d25d1fc9b662 Mon Sep 17 00:00:00 2001 From: Bowie Date: Sun, 10 Oct 2021 09:54:08 +0100 Subject: [PATCH] fix bonus chapter button text for chx1 --- game/src/extra_chapters_menu.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/src/extra_chapters_menu.rpy b/game/src/extra_chapters_menu.rpy index 55e5529..99771f7 100644 --- a/game/src/extra_chapters_menu.rpy +++ b/game/src/extra_chapters_menu.rpy @@ -1,7 +1,7 @@ init python: ex_chapters = [ - [ "Chicxulub Gutterlanea", "chapter_x1" ], + [ "Chicxulub Gutterlane", "chapter_x1" ], [ "The Mous Pad", "chapter_x2" ], [ "PTA Meeting", "chapter_x3" ], [ "Passion of the Trigga I", "chapter_x4" ],