From 85fe686830d4247b7012efd220f9f32b22a6726d Mon Sep 17 00:00:00 2001 From: James Gillham Date: Mon, 28 Aug 2017 07:07:32 +0100 Subject: [PATCH] uncommented map gen --- map_layout.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map_layout.lua b/map_layout.lua index 4883c06f..7b5458d2 100644 --- a/map_layout.lua +++ b/map_layout.lua @@ -11,7 +11,7 @@ in this file and your run_*type*_module(event) function will be called. --grilledham's maps --MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.test" -MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.mobius_strip" +--MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.mobius_strip" --MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.antfarm" --MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.picture_test" --MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.creation_of_adam"