ARTY v0.9.4

ARTY: improved outofammo/rearming behaviour
This commit is contained in:
funkyfranky
2018-05-28 16:47:32 +02:00
parent 21ce0cac8d
commit cb6673332d
2 changed files with 36 additions and 28 deletions

View File

@@ -964,7 +964,6 @@ do -- COORDINATE
function COORDINATE:GetSurfaceType()
local vec2=self:GetVec2()
local surface=land.getSurfaceType(vec2)
self:MarkToAll("Surface type = "..surface)
return surface
end