Reduce self-damage from Quadravol rocket jumping.

This commit is contained in:
Mari the Deer 2022-09-21 18:58:22 +02:00
commit 0e80da9cea
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r492 \cu(Wed 21 Sep 18:35:37 CEST 2022)\c-";
SWWM_SHORTVER="\cw1.3pre r492 \cu(2022-09-21 18:35:37)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r493 \cu(Wed 21 Sep 18:58:22 CEST 2022)\c-";
SWWM_SHORTVER="\cw1.3pre r493 \cu(2022-09-21 18:58:22)\c-";

View file

@ -222,7 +222,7 @@ Class Quadravol : SWWMWeapon
Spawn("QuadExplLight3",origin);
break;
}
if ( pointblank || bMelee ) self.DamageMobj(invoker,self,bMelee?(20+idx*5):(40+idx*10),'Fire',DMG_EXPLOSION);
if ( pointblank || bMelee ) self.DamageMobj(invoker,self,bMelee?(5+idx*2):(10+idx*4),'Fire',DMG_EXPLOSION);
for ( int i=0; i<(4+idx); i++ )
{
let s = Spawn("SWWMSmoke",origin);