Fix quick grenades sliding on water (maybe?).
This commit is contained in:
parent
6928249118
commit
c93ace52b1
2 changed files with 3 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r500 \cu(Sat 24 Sep 02:11:07 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r500 \cu(2022-09-24 02:11:07)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r501 \cu(Sat 24 Sep 14:56:17 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r501 \cu(2022-09-24 14:56:17)\c-";
|
||||
|
|
|
|||
|
|
@ -295,6 +295,7 @@ Class SWWMGesture : SWWMWeapon
|
|||
p.vel = dir*p.speed*1.5;
|
||||
if ( FindInventory("RagekitPower") ) p.vel *= 4.;
|
||||
p.ClearBounce();
|
||||
p.bEXPLODEONWATER = true;
|
||||
if ( p.waterlevel <= 0 ) p.vel.z += 5.;
|
||||
p.vel += vel*.5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue