Warehouse 0.1.9w

This commit is contained in:
funkyfranky
2018-08-17 16:36:16 +02:00
parent 5a2e1f01b4
commit 6c586d69ac
6 changed files with 543 additions and 84 deletions

View File

@@ -428,7 +428,7 @@ function UNIT:GetRange()
local Desc = self:GetDesc()
if Desc then
local Range = Desc.range --This is in nautical miles for some reason.
local Range = Desc.range --This is in nautical miles for some reason. But should check again!
if Range then
Range=UTILS.NMToMeters(Range)
else