mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 19:31:05 +00:00
There's always something... a slightly more forgiving radius for the Crushstacean's claw, since I've gotten hit whilst apparently jumping at a safe place next to the claw a few times this evening.
This commit is contained in:
parent
adf8f0e391
commit
db8f3e83b2
1 changed files with 1 additions and 1 deletions
|
@ -4092,7 +4092,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
S_NULL, // xdeathstate
|
||||
sfx_pop, // deathsound
|
||||
1, // speed
|
||||
32*FRACUNIT, // radius
|
||||
22*FRACUNIT, // radius
|
||||
24*FRACUNIT, // height
|
||||
0, // display offset
|
||||
(sfx_s3k49<<8), // mass
|
||||
|
|
Loading…
Reference in a new issue