FX_Corpse: adjust bbox slightly, make it smaller.

This commit is contained in:
Marco Cawthorne 2023-07-29 18:46:01 -07:00
parent 25ac379c83
commit e342e72160
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ FX_Corpse_Spawn(player pl, float anim)
body_next.SetMovetype(MOVETYPE_TOSS);
body_next.SetSolid(SOLID_CORPSE);
setmodel(body_next, pl.model);
setsize(body_next, VEC_HULL_MIN, VEC_HULL_MAX);
setsize(body_next, VEC_HULL_MIN, [16, 16, -16]);
body_next.SetModelindex(pl.modelindex);
body_next.SetAngles(pl.angles);
body_next.velocity = (pl.velocity) + [0,0,120];