From a02f2e9da3a30249f8711ddd54f78ef90599abab Mon Sep 17 00:00:00 2001 From: Fhzzy <flydie0@gmail.com> Date: Wed, 14 Dec 2022 20:31:25 +0000 Subject: [PATCH] Fix typo in invest_rep_visit_label (finaly > finally) --- game/crises/regular_crises/crises.rpy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/crises/regular_crises/crises.rpy b/game/crises/regular_crises/crises.rpy index 93f9e67..8f7bf54 100644 --- a/game/crises/regular_crises/crises.rpy +++ b/game/crises/regular_crises/crises.rpy @@ -1,4 +1,4 @@ -## This file holds all of the descriptions for the crises that can (and will) arise during play. +## This file holds all of the descriptions for the crises that can (and will) arise during play. ## They are instances of the Action class and hold: ## 1) A name and/or short description. Unlikely to ever be publically shown for these events ## 2) A requirement function. Used to determine if the crisis is possible. @@ -1459,7 +1459,7 @@ label invest_rep_visit_label(rep_name): rep_name "I'm doing well. I'm just pulling into your parking lot now, do I need to check in at security?" mc.name "Don't worry about it, I'll come out and meet you and we can start the tour." "You hurry out to the parking lot and spot a man you assume to be [rep_name] getting out his car. He's middle aged, not particularly handsome, and dressed conservatively in a suit and tie." - rep_name "Good to finaly meet you in person." + rep_name "Good to finally meet you in person." "He reaches out his hand and you shake it." rep_name "Before we get started I wanted to ask you some questions about what you do here." mc.name "I'll answer whatever I can." -- GitLab