mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Halved radius of MT_CHOMPER
This commit is contained in:
parent
bd3b346f32
commit
f549205721
1 changed files with 2 additions and 2 deletions
|
|
@ -16215,8 +16215,8 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
S_NULL, // xdeathstate
|
S_NULL, // xdeathstate
|
||||||
sfx_pop, // deathsound
|
sfx_pop, // deathsound
|
||||||
6, // speed
|
6, // speed
|
||||||
3145728, // radius
|
24*FRACUNIT, // radius
|
||||||
3145728, // height
|
48*FRACUNIT, // height
|
||||||
0, // display offset
|
0, // display offset
|
||||||
100, // mass
|
100, // mass
|
||||||
0, // damage
|
0, // damage
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue