Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Atoll
Browse files Browse the repository at this point in the history
  • Loading branch information
MewMew committed Dec 25, 2018
1 parent 3712117 commit fcc11a9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ require "score"

--require "maps.tools.map_pregen"
--require "maps.modules.hunger"
require "maps.tools.cheat_mode"
--require "maps.modules.dynamic_landfill"
--require "maps.tools.cheat_mode"
require "maps.modules.dynamic_landfill"
require "maps.modules.restrictive_fluid_mining"
require "maps.modules.fluids_are_explosive"
require "maps.modules.explosives_are_explosive"

---- enable maps here ----
--require "maps.biter_battles"
Expand All @@ -28,10 +29,10 @@ require "maps.modules.fluids_are_explosive"
--require "maps.fish_defender"
--require "maps.crossing"
--require "maps.spooky_forest"
--require "maps.atoll"
require "maps.atoll"
--require "maps.tank_battles"
--require "maps.empty_map"
require "maps.custom_start"
--require "maps.custom_start"
-----------------------------

local Event = require 'utils.event'
Expand Down

0 comments on commit fcc11a9

Please sign in to comment.