1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-01 13:08:05 +02:00

Enabled Atomic Bomb

Changes:
- Enabled Atomic Bomb technology.
This commit is contained in:
Piratux 2023-06-24 18:10:36 +03:00
parent 829d636db7
commit 9c8076684b
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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