This commit is contained in:
Applevangelist
2022-09-19 11:45:29 +02:00
parent 0df1e58e16
commit d8b0c1903f
3 changed files with 62 additions and 25 deletions

View File

@@ -1849,6 +1849,11 @@ function UTILS.IsLoadingDoorOpen( unit_name )
return true -- no doors on this one ;)
end
if type_name == "Bronco-OV-10A" then
BASE:T(unit_name .. " front door(s) are open")
return true -- no doors on this one ;)
end
return false
end -- nil