mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-18 07:22:03 +00:00
Halved radius of MT_CHOMPER
This commit is contained in:
parent
b973522bf1
commit
0ff7fad0c6
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…
Reference in a new issue