This commit is contained in:
Mari the Deer 2022-08-30 17:44:34 +02:00
commit 398955bda2
2 changed files with 2 additions and 3 deletions

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r386 \cu(Tue 30 Aug 17:26:20 CEST 2022)\c-";
SWWM_SHORTVER="\cw1.3pre r386 \cu(2022-08-30 17:26:20)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r387 \cu(Tue 30 Aug 17:44:34 CEST 2022)\c-";
SWWM_SHORTVER="\cw1.3pre r387 \cu(2022-08-30 17:44:34)\c-";

View file

@ -1432,7 +1432,6 @@ Class SWWMUtility
if ( a is 'CandyGunProj' ) return true;
if ( a is 'CandyMagProj' ) return true;
if ( a is 'LoveHeart' ) return true;
if ( a is 'SWWMLightProjectile' ) return true;
if ( !a.IsZeroDamage() ) return true;
return false;
}