mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-28 23:45:18 +00:00
Minor fix to speedboat identification
This commit is contained in:
@@ -625,8 +625,8 @@ do
|
|||||||
return "vehicle"
|
return "vehicle"
|
||||||
end
|
end
|
||||||
elseif objDesc.category == Unit.Category.SHIP then
|
elseif objDesc.category == Unit.Category.SHIP then
|
||||||
if inaccurate then return "ship" end
|
|
||||||
if obj:getTypeName() == "speedboat" then return "speedboat" end
|
if obj:getTypeName() == "speedboat" then return "speedboat" end
|
||||||
|
if inaccurate then return "ship" end
|
||||||
|
|
||||||
if obj:hasAttribute("Submarines") then
|
if obj:hasAttribute("Submarines") then
|
||||||
return "submarine"
|
return "submarine"
|
||||||
|
|||||||
Reference in New Issue
Block a user