Mortal Rifle grenades now implemented.

This commit is contained in:
Mari the Deer 2022-09-14 19:25:48 +02:00
commit 2c0c1df7f3
23 changed files with 706 additions and 47 deletions

View file

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