Mortal Rifle grenades now implemented.
This commit is contained in:
parent
181f2a3e1e
commit
2c0c1df7f3
23 changed files with 706 additions and 47 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue