Merge pull request #159 from FreeSlave/opfor_garg_size

Match opfor garg size
This commit is contained in:
nekonomicon 2021-02-27 13:59:53 +00:00 committed by GitHub
commit ff1ecdfc9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;