* Added option to use the OV-10A Bronco
* Slight changes to SRS approach
* Added door check in UTILS for Bronco
This commit is contained in:
Applevangelist
2022-09-19 11:43:50 +02:00
parent 877b36f8a8
commit d23403383f
2 changed files with 53 additions and 22 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