From 898a93d8e576bf30c49e6d303b41bc61919fb3a4 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sat, 22 Feb 2025 19:48:52 -0800 Subject: [PATCH] use detailed debugging in map gen --- src/mapgen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapgen.ts b/src/mapgen.ts index 259e477..446be55 100644 --- a/src/mapgen.ts +++ b/src/mapgen.ts @@ -555,7 +555,7 @@ function connectRegions(knife: Knife) { ); } iter++; - showDebug(knife.map); + knife.showDebug(merged); if (connectors.length == 0) { throw new TryAgainException( "couldn't figure out how to connect sections",