From 1bc7524ec218782ee469b2cb853f570a3f4eedcc Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Thu, 2 Feb 2023 18:53:27 -0700 Subject: [PATCH] Fix underground starter scenario town terrain --- src/scenedit/scen.core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scenedit/scen.core.cpp b/src/scenedit/scen.core.cpp index 26e8e636..928b89ab 100644 --- a/src/scenedit/scen.core.cpp +++ b/src/scenedit/scen.core.cpp @@ -3079,7 +3079,7 @@ bool build_scenario() { cur_out.x = 0; cur_out.y = 0; current_terrain = scenario.outdoors[0][0]; - current_terrain->terrain[24][24] = grass ? 234 : 232; + current_terrain->terrain[24][24] = grass ? 234 : 247; current_terrain->terrain[23][23] = grass ? 121 : 106; current_terrain->city_locs.push_back({24, 24, 0});