From 2c9b0b837652e2cf0c10b2c13ab9ebdff06b163e Mon Sep 17 00:00:00 2001 From: Bryan Keller <83441574+brykeller@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:51:31 -0700 Subject: [PATCH] Kiowa rescues sit on the skids, no doors need to be opened Kiowa rescues sit on the skids, no doors need to be opened --- Moose Development/Moose/Utilities/Utils.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Moose Development/Moose/Utilities/Utils.lua b/Moose Development/Moose/Utilities/Utils.lua index 5e4033223..d70a733f0 100644 --- a/Moose Development/Moose/Utilities/Utils.lua +++ b/Moose Development/Moose/Utilities/Utils.lua @@ -2315,9 +2315,9 @@ function UTILS.IsLoadingDoorOpen( unit_name ) return true end - if type_name == "OH-58D" and (unit:getDrawArgumentValue(35) > 0 or unit:getDrawArgumentValue(421) == -1) then - BASE:T(unit_name .. " cargo door is open") - return true + if type_name == "OH58D" then + BASE:T(unit_name .. " front door(s) are open") + return true -- no doors on this one ;) end if type_name == "CH-47Fbl1" and (unit:getDrawArgumentValue(86) > 0.5) then