mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-06-05 02:12:10 +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_hContainer = NULL;
|
||||||
|
|
||||||
m_flTimeTakeOff = gpGlobals->curtime + 3.0f;
|
m_flTimeTakeOff = gpGlobals->curtime + 3.5f;
|
||||||
SetLandingState(LANDING_UNLOADING);
|
SetLandingState(LANDING_UNLOADING);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user