This is a complete rebuild of the modpack, with all new mods and updates for 1.5.3 of Anomaly.
6 lines
189 B
Plaintext
6 lines
189 B
Plaintext
GetEcoFactor = game_difficulties.get_eco_factor
|
|
|
|
function game_difficulties.get_eco_factor(str)
|
|
if (str == "percentage_parts") then return true
|
|
else return GetEcoFactor(str) end
|
|
end |