CSAR/CTLD - added type to script

This commit is contained in:
Applevangelist
2022-03-22 10:38:20 +01:00
parent b0e3f82d27
commit a1f5c0ab9b
3 changed files with 8 additions and 1 deletions

View File

@@ -1761,6 +1761,11 @@ function UTILS.IsLoadingDoorOpen( unit_name )
BASE:T(unit_name .. " front door(s) are open")
ret_val = true
end
if string.find(type_name, "AH-64D") then
BASE:T(unit_name .. " front door(s) are open")
ret_val = true -- no doors on this one ;)
end
if ret_val == false then
BASE:T( unit_name .. " all doors are closed" )