From 6c682510bc3570c01959d5970d43d9bb32f878b5 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 22 Feb 2024 20:21:08 +0100 Subject: [PATCH] fixed the Yard bug --- system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/system.cpp b/system.cpp index bd0dd77b..10ac2725 100644 --- a/system.cpp +++ b/system.cpp @@ -196,6 +196,7 @@ EX void initgame() { if(firstland == laOceanWall) firstland = laOcean; if(firstland == laHauntedWall) firstland = laGraveyard; + if(firstland == laHauntedBorder) firstland = laGraveyard; if(firstland == laHaunted && !tactic::on) firstland = laGraveyard; if(firstland == laMercuryRiver) firstland = laTerracotta; if(firstland == laMountain && !tactic::on && !ls::hv_structure()) firstland = laJungle;