mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-23 16:32:36 +00:00
Made hitbox radius 26 instead of 16
This commit is contained in:
parent
2dba4fd283
commit
a2db1673dc
1 changed files with 1 additions and 1 deletions
|
|
@ -23753,7 +23753,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
S_NULL, // xdeathstate
|
S_NULL, // xdeathstate
|
||||||
sfx_hogbom, // deathsound
|
sfx_hogbom, // deathsound
|
||||||
80*FRACUNIT, // speed
|
80*FRACUNIT, // speed
|
||||||
16*FRACUNIT, // radius
|
26*FRACUNIT, // radius
|
||||||
32*FRACUNIT, // height
|
32*FRACUNIT, // height
|
||||||
0, // display offset
|
0, // display offset
|
||||||
100, // mass
|
100, // mass
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue