1
0
mirror of https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git synced 2025-03-03 14:42:27 +02:00

Bug fix and reduce loot radius.

This commit is contained in:
Oarcinae 2020-05-23 14:37:38 -04:00
parent ba60939b83
commit d13cd586ff
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ OARC_STORE_PLAYER_ITEMS =
["railgun"] = {cost = 250, count = 1, play_time_locked=true},
},
["Guns"] = {
["Turrets"] = {
["gun-turret"] = {cost = 25, count = 1, play_time_locked=false},
["flamethrower-turret"] = {cost = 50, count = 1, play_time_locked=false},
["laser-turret"] = {cost = 75, count = 1, play_time_locked=false},

View File

@ -854,7 +854,7 @@ function CreateForce(force_name)
end
-- Loot distance buff
newForce.character_loot_pickup_distance_bonus = 24
newForce.character_loot_pickup_distance_bonus = 16
return newForce
end