mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-02-09 13:37:02 +02:00
commit
7976105769
@ -7,6 +7,9 @@ require 'modules.spawners_contain_biters'
|
|||||||
require 'functions.create_entity_chain'
|
require 'functions.create_entity_chain'
|
||||||
require 'functions.create_tile_chain'
|
require 'functions.create_tile_chain'
|
||||||
require 'tools.map_functions'
|
require 'tools.map_functions'
|
||||||
|
|
||||||
|
require 'modules.surrounded_by_worms'
|
||||||
|
require 'modules.biter_noms_you'
|
||||||
--require "maps.choppy_map_intro"
|
--require "maps.choppy_map_intro"
|
||||||
|
|
||||||
local Map = require 'modules.map_info'
|
local Map = require 'modules.map_info'
|
||||||
@ -414,6 +417,7 @@ local function on_player_joined_game(event)
|
|||||||
|
|
||||||
global.average_worm_amount_per_chunk = 2
|
global.average_worm_amount_per_chunk = 2
|
||||||
global.worm_distance = surface.map_gen_settings.starting_area * 300
|
global.worm_distance = surface.map_gen_settings.starting_area * 300
|
||||||
|
game.forces.player.technologies["landfill"].enabled = false
|
||||||
|
|
||||||
if global.choppy_nightmare then
|
if global.choppy_nightmare then
|
||||||
surface.daytime = 0.5
|
surface.daytime = 0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user