Divergent/mods/Weapon Parts Overhaul/gamedata/scripts/game_diff_override.script

6 lines
189 B
Plaintext
Raw Normal View History

2024-03-17 20:18:03 -04:00
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