Added Bell-47

This commit is contained in:
Applevangelist 2021-10-22 17:03:57 +02:00
parent 99eaa37c76
commit bc32ff5db9

View File

@ -1613,6 +1613,11 @@ function UTILS.IsLoadingDoorOpen( unit_name )
ret_val = true
end
if string.find(type_name, "Bell-47") then -- bell aint got no doors so always ready to load injured soldiers
BASE:T(unit_name .. " door is open")
ret_val = true
end
if ret_val == false then
BASE:T(unit_name .. " all doors are closed")
end