mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-17 23:21:05 +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
|
||||
sfx_pop, // deathsound
|
||||
6, // speed
|
||||
3145728, // radius
|
||||
3145728, // height
|
||||
24*FRACUNIT, // radius
|
||||
48*FRACUNIT, // height
|
||||
0, // display offset
|
||||
100, // mass
|
||||
0, // damage
|
||||
|
|
Loading…
Reference in a new issue