mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
Merge pull request #1118 from Refactorio/airstrike_cost_level_fix
Updated strike cost
This commit is contained in:
commit
9b4901f79a
@ -219,7 +219,7 @@ local function strike(args, player)
|
||||
end
|
||||
|
||||
local radius = 5+(radius_level*3)
|
||||
local count = (count_level-1)*5+3
|
||||
local count = (count_level-2)*5+3
|
||||
local strikeCost = count * 4 -- the number of poison-capsules required in the chest as payment
|
||||
|
||||
-- parse GPS coordinates from map ping
|
||||
|
Loading…
Reference in New Issue
Block a user