From 9c8076684b130d6433dc25a90520cdc4b5632599 Mon Sep 17 00:00:00 2001 From: Piratux <58703216+Piratux@users.noreply.github.com> Date: Sat, 24 Jun 2023 18:10:36 +0300 Subject: [PATCH] Enabled Atomic Bomb Changes: - Enabled Atomic Bomb technology. --- control.lua | 4 ++-- maps/pirates/crew.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/control.lua b/control.lua index d2997e72..4b841aab 100644 --- a/control.lua +++ b/control.lua @@ -1,6 +1,6 @@ require 'utils.data_stages' _LIFECYCLE = _STAGE.control -- Control stage -_DEBUG = false +_DEBUG = true _DUMP_ENV = false _PROFILE = false _PROFILE_ON_INIT = false @@ -120,7 +120,7 @@ require 'utils.freeplay' --require 'maps.chronosphere.main' --![[Adventure as a crew of pirates]]-- ---require 'maps.pirates.main' +require 'maps.pirates.main' --![[Launch rockets in increasingly harder getting worlds.]]-- --require 'maps.journey.main' diff --git a/maps/pirates/crew.lua b/maps/pirates/crew.lua index ed75e70e..d93124eb 100644 --- a/maps/pirates/crew.lua +++ b/maps/pirates/crew.lua @@ -953,7 +953,7 @@ function Public.reset_crew_and_enemy_force(id) crew_force.technologies['artillery'].enabled = false -- crew_force.technologies['destroyer'].enabled = false crew_force.technologies['spidertron'].enabled = false - crew_force.technologies['atomic-bomb'].enabled = false + -- crew_force.technologies['atomic-bomb'].enabled = false -- experimenting crew_force.technologies['explosive-rocketry'].enabled = false -- crew_force.technologies['research-speed-1'].enabled = false