mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-27 07:51:36 +00:00
Slow down duel bombs
They are a bit too fast.
This commit is contained in:
parent
64e091414b
commit
865347544c
1 changed files with 1 additions and 1 deletions
|
|
@ -24485,7 +24485,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
S_NULL, // deathstate
|
||||
S_NULL, // xdeathstate
|
||||
sfx_None, // deathsound
|
||||
64*FRACUNIT, // speed
|
||||
32*FRACUNIT, // speed
|
||||
24*FRACUNIT, // radius
|
||||
48*FRACUNIT, // height
|
||||
0, // display offset
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue