mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-17 19:11:30 +00:00
Whip height reduced
80 -> 50, to be right above the player. Keeps Prison Break sensible
This commit is contained in:
parent
3297933a09
commit
37f73562f8
1 changed files with 1 additions and 1 deletions
|
|
@ -13586,7 +13586,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
sfx_None, // deathsound
|
||||
0, // speed
|
||||
108*FRACUNIT, // radius
|
||||
80*FRACUNIT, // height
|
||||
50*FRACUNIT, // height
|
||||
0, // display offset
|
||||
100, // mass
|
||||
0, // damage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue