From bdfcb4c5af303a3c64ebbd2c86352d40709a39f4 Mon Sep 17 00:00:00 2001 From: Bronzehawk75 Date: Sun, 18 Feb 2024 18:10:42 -0500 Subject: [PATCH] Tweaked dropship takeoff time --- sp/src/game/server/hl2/npc_combinedropship.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp/src/game/server/hl2/npc_combinedropship.cpp b/sp/src/game/server/hl2/npc_combinedropship.cpp index 44699806..c8a3bcdb 100644 --- a/sp/src/game/server/hl2/npc_combinedropship.cpp +++ b/sp/src/game/server/hl2/npc_combinedropship.cpp @@ -2493,7 +2493,7 @@ void CNPC_CombineDropship::PrescheduleThink( void ) m_hContainer = NULL; - m_flTimeTakeOff = gpGlobals->curtime + 3.0f; + m_flTimeTakeOff = gpGlobals->curtime + 3.5f; SetLandingState(LANDING_UNLOADING); return;