From 38138544ca4cc0c4cde923da423a2f4ed0071682 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 16 Jan 2022 18:31:59 +0200 Subject: [PATCH] toxic_jungle toxic_jungle(Scenario making) --- scenario_templates/toxic_jungle/map_selection.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 scenario_templates/toxic_jungle/map_selection.lua diff --git a/scenario_templates/toxic_jungle/map_selection.lua b/scenario_templates/toxic_jungle/map_selection.lua new file mode 100644 index 00000000..3450d9bf --- /dev/null +++ b/scenario_templates/toxic_jungle/map_selection.lua @@ -0,0 +1 @@ +return require 'map_gen.maps.toxic_jungle'