mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Bubble/Guard: reflect strength 4x -> 6x
This commit is contained in:
parent
9e650fa6c0
commit
f8f2c51a8d
1 changed files with 3 additions and 3 deletions
|
|
@ -782,9 +782,9 @@ boolean K_BubbleShieldCollide(mobj_t *t1, mobj_t *t2)
|
|||
}
|
||||
else
|
||||
{
|
||||
t2->momx = -4*t2->momx;
|
||||
t2->momy = -4*t2->momy;
|
||||
t2->momz = -4*t2->momz;
|
||||
t2->momx = -6*t2->momx;
|
||||
t2->momy = -6*t2->momy;
|
||||
t2->momz = -6*t2->momz;
|
||||
t2->angle += ANGLE_180;
|
||||
}
|
||||
if (t2->type == MT_JAWZ)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue