CSAR/CTLD - added type to script

This commit is contained in:
Applevangelist
2022-03-22 10:38:07 +01:00
parent 14dea99ccd
commit 4164bbeba8
3 changed files with 9 additions and 2 deletions

View File

@@ -1731,6 +1731,11 @@ function UTILS.IsLoadingDoorOpen( unit_name )
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")
end