Itamex Hammer fully implemented.

This commit is contained in:
Mari the Deer 2022-08-12 14:48:33 +02:00
commit b6138aa396
263 changed files with 241 additions and 25 deletions

View file

@ -1145,6 +1145,7 @@ Class SWWMUtility
static bool IsExplosiveSource( Actor s )
{
if ( s is 'DemolitionistShockwave' ) return false;
if ( s is 'HammerShockwave' ) return false;
if ( s is 'BigPunchSplash' ) return false;
if ( s is 'AirBullet' ) return false;
if ( s is 'SaltBeam' ) return false;