Mortal Rifle fully implemented (oh my).
This commit is contained in:
parent
dffee0b43d
commit
e571fccc4d
16 changed files with 700 additions and 27 deletions
|
|
@ -1466,6 +1466,13 @@ Class SWWMUtility
|
|||
if ( a is 'YnykronLightningArc' ) return true;
|
||||
if ( a is 'YnykronAltBeam' ) return true;
|
||||
if ( a is 'MykradvoTendril' ) return true;
|
||||
if ( a is 'MisterRailBeam' ) return true;
|
||||
return false;
|
||||
}
|
||||
// is this a YBeam type? (real pitch is pitch-90, scale.y == length)
|
||||
static play bool IsYBeam( Actor a )
|
||||
{
|
||||
if ( a is 'MisterRailBeam' ) return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue