1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-05 15:05:57 +02:00

terraforming_danger_ore always day

This commit is contained in:
James Gillham 2020-09-02 13:21:16 +01:00
parent 7f8de881f5
commit d804d29617

View File

@ -102,6 +102,8 @@ Event.on_init(
game.map_settings.enemy_evolution.time_factor = 0.000007 -- default 0.000004
game.map_settings.enemy_evolution.destroy_factor = 0.000010 -- default 0.002
game.map_settings.enemy_evolution.pollution_factor = 0.000000 -- Pollution has no affect on evolution default 0.0000009
RS.get_surface().always_day = true
end
)