mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#CSAR
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user