From 4ef3c7e75c6f32e0c09d3e538cfd8ecbc3e372a9 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 6 Feb 2022 22:18:41 -0800 Subject: [PATCH] Correct a small direction error in a description --- src/homeland.inf | 4 ++-- src/intro.inf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/homeland.inf b/src/homeland.inf index 8cdc0fa..1e346a4 100644 --- a/src/homeland.inf +++ b/src/homeland.inf @@ -1,5 +1,5 @@ !% $OMIT_UNUSED_ROUTINES=1 -! Copyright (C) 2019, 2020, 2021 Jason Self +! Copyright (C) 2019, 2020, 2021, 2022 Jason Self ! ! This file is free software: you may copy, redistribute and/or ! modify it under the terms of the GNU Affero General Public License @@ -35,7 +35,7 @@ Constant Headline Include "parser"; Include "verblib"; Release 0; -Serial "210329"; +Serial "220206"; Include "src/intro.inf"; diff --git a/src/intro.inf b/src/intro.inf index e33f63c..d7e00f0 100644 --- a/src/intro.inf +++ b/src/intro.inf @@ -1,4 +1,4 @@ -! Copyright (C) 2019, 2020 Jason Self +! Copyright (C) 2019, 2020, 2022 Jason Self ! ! This file is free software: you may copy, redistribute and/or ! modify it under the terms of the GNU Affero General Public License @@ -534,7 +534,7 @@ Object frontporch "Front Porch" the front door. A deep red color, the door is large, high quality and has no window. It has a shiny brass handle, which appears very sturdy. There's an opening to the - southwest toward the sidewalk. Their front door is to the + southeast toward the sidewalk. Their front door is to the west.", cant_go "That parchment white wooden fence is too high to get over.", se_to sidewalk, -- 2.31.1