mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Vaguely related request: Increase radius + height for MT_EMERALD by 8FU
This commit is contained in:
parent
ed8158c00c
commit
08b471c9b2
1 changed files with 2 additions and 2 deletions
|
|
@ -8117,8 +8117,8 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
S_NULL, // xdeathstate
|
S_NULL, // xdeathstate
|
||||||
sfx_s3k9c, // deathsound
|
sfx_s3k9c, // deathsound
|
||||||
0, // speed
|
0, // speed
|
||||||
72*FRACUNIT, // radius
|
80*FRACUNIT, // radius
|
||||||
72*FRACUNIT, // height
|
80*FRACUNIT, // height
|
||||||
0, // display offset
|
0, // display offset
|
||||||
16, // mass
|
16, // mass
|
||||||
0, // damage
|
0, // damage
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue