mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Lowered shockwave speed
This commit is contained in:
parent
4d31ebf47a
commit
f9cf4746b2
1 changed files with 1 additions and 1 deletions
|
|
@ -5483,7 +5483,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
S_SPRK1, // deathstate
|
S_SPRK1, // deathstate
|
||||||
S_NULL, // xdeathstate
|
S_NULL, // xdeathstate
|
||||||
sfx_None, // deathsound
|
sfx_None, // deathsound
|
||||||
16*FRACUNIT, // speed
|
12*FRACUNIT, // speed
|
||||||
48*FRACUNIT, // radius
|
48*FRACUNIT, // radius
|
||||||
8*FRACUNIT, // height
|
8*FRACUNIT, // height
|
||||||
0, // display offset
|
0, // display offset
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue