aboutsummaryrefslogtreecommitdiff
path: root/Final.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Final.hs')
-rw-r--r--Final.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Final.hs b/Final.hs
index facc916..edea8ff 100644
--- a/Final.hs
+++ b/Final.hs
@@ -288,6 +288,7 @@ main = do
let !forestLocations = runMonadPlusBuilder $ createLocations arr stgen 7 Forest
let !jungleLocations = runMonadPlusBuilder $ createLocations arr stgen2 2 Jungle
+ putStrLn $ "Jungle locations: " ++! jungleLocations
water <- getWaterQuads arr coloredArr
-- putStrLn $ "ForestLocations :" ++! forestLocations
makeResources surface (createBuilder arr) forestLocations jungleLocations water