Ceremonial PR: fix map gen #39

Merged
pyrex merged 14 commits from fix-mapgen into main 2025-02-23 05:41:20 +00:00
Showing only changes of commit 898a93d8e5 - Show all commits

View File

@ -555,7 +555,7 @@ function connectRegions(knife: Knife) {
); );
} }
iter++; iter++;
showDebug(knife.map); knife.showDebug(merged);
if (connectors.length == 0) { if (connectors.length == 0) {
throw new TryAgainException( throw new TryAgainException(
"couldn't figure out how to connect sections", "couldn't figure out how to connect sections",