1
0
mirror of https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git synced 2024-12-12 10:13:58 +02:00

MMorwen found a typo in the info panel.

This commit is contained in:
Oarcinae 2018-02-01 14:35:27 -05:00
parent 4b789b196f
commit cee32721e0

View File

@ -49,9 +49,9 @@ local function ExpandGameOptionsGui(player)
frame.add{name = "evo_factor_time", type = "label",
caption="Enemy evolution time factor: " .. game.map_settings.enemy_evolution.time_factor}
frame.add{name = "evo_factor_pollution", type = "label",
caption="Enemy evolution time factor: " .. game.map_settings.enemy_evolution.pollution_factor}
caption="Enemy evolution pollution factor: " .. game.map_settings.enemy_evolution.pollution_factor}
frame.add{name = "evo_factor_destroy", type = "label",
caption="Enemy evolution time factor: " .. game.map_settings.enemy_evolution.destroy_factor}
caption="Enemy evolution destroy factor: " .. game.map_settings.enemy_evolution.destroy_factor}
if game.map_settings.enemy_expansion.enabled then
enemy_expansion_txt = "enabled"
else