mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 02:42:20 +00:00
Lowered shockwave speed
This commit is contained in:
parent
0cd3e4fd62
commit
c9c9f95057
1 changed files with 1 additions and 1 deletions
|
@ -5483,7 +5483,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
S_SPRK1, // deathstate
|
||||
S_NULL, // xdeathstate
|
||||
sfx_None, // deathsound
|
||||
16*FRACUNIT, // speed
|
||||
12*FRACUNIT, // speed
|
||||
48*FRACUNIT, // radius
|
||||
8*FRACUNIT, // height
|
||||
0, // display offset
|
||||
|
|
Loading…
Reference in a new issue