mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Increase radius of floating items
This commit is contained in:
parent
a2a947db62
commit
f8e52ae6a0
1 changed files with 1 additions and 1 deletions
|
|
@ -22940,7 +22940,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
S_NULL, // xdeathstate
|
||||
sfx_itpick, // deathsound
|
||||
0, // speed
|
||||
32*FRACUNIT, // radius
|
||||
48*FRACUNIT, // radius
|
||||
32*FRACUNIT, // height
|
||||
0, // display offset
|
||||
100, // mass
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue