Merge branch 'develop' into FF/Ops

This commit is contained in:
Frank
2021-11-07 18:20:27 +01:00
25 changed files with 191041 additions and 487 deletions

View File

@@ -1675,6 +1675,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