Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
MewMew committed Nov 22, 2020
1 parent 894e3bd commit cd474fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps/biter_battles_v2/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local string_find = string.find

local balance_functions = {
["flamethrower"] = function(force_name)
global.combat_balance[force_name].flamethrower_damage = -0.80
global.combat_balance[force_name].flamethrower_damage = -0.65
game.forces[force_name].set_turret_attack_modifier("flamethrower-turret", global.combat_balance[force_name].flamethrower_damage)
game.forces[force_name].set_ammo_damage_modifier("flamethrower", global.combat_balance[force_name].flamethrower_damage)
end,
Expand Down

0 comments on commit cd474fe

Please sign in to comment.