mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-04-16 22:42:31 +03:00
Tweaked dropship takeoff time
This commit is contained in:
parent
2e5ce552c0
commit
bdfcb4c5af
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user