mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-24 05:34:18 +00:00
Match opfor garg size
This commit is contained in:
parent
ee580b7652
commit
f74decefe1
@ -736,7 +736,7 @@ void CGargantua::Spawn()
|
||||
Precache();
|
||||
|
||||
SET_MODEL( ENT( pev ), "models/garg.mdl" );
|
||||
UTIL_SetSize( pev, Vector( -32, -32, 0 ), Vector( 32, 32, 64 ) );
|
||||
UTIL_SetSize( pev, Vector( -40, -40, 0 ), Vector( 40, 40, 214 ) );
|
||||
|
||||
pev->solid = SOLID_SLIDEBOX;
|
||||
pev->movetype = MOVETYPE_STEP;
|
||||
|
Loading…
x
Reference in New Issue
Block a user