a
This commit is contained in:
parent
d697163803
commit
6ba3855134
1 changed files with 9 additions and 6 deletions
|
|
@ -1369,7 +1369,9 @@ simulated function ApplyLaserState()
|
||||||
else
|
else
|
||||||
LaserAttachment.bHidden = false;
|
LaserAttachment.bHidden = false;
|
||||||
|
|
||||||
if (altLaserAttachment == none && altLaserAttachmentBone != '')
|
if (altLaserAttachment == none)
|
||||||
|
{
|
||||||
|
if (altLaserAttachmentBone != '')
|
||||||
{
|
{
|
||||||
SetBoneRotation(altLaserAttachmentBone, altLaserAttachmentRotation);
|
SetBoneRotation(altLaserAttachmentBone, altLaserAttachmentRotation);
|
||||||
altLaserAttachment = Spawn(LaserAttachmentClass,,,,);
|
altLaserAttachment = Spawn(LaserAttachmentClass,,,,);
|
||||||
|
|
@ -1379,6 +1381,7 @@ simulated function ApplyLaserState()
|
||||||
altLaserAttachment.SetRelativeLocation(altLaserAttachmentOffset);
|
altLaserAttachment.SetRelativeLocation(altLaserAttachmentOffset);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else
|
else
|
||||||
altLaserAttachment.bHidden = false;
|
altLaserAttachment.bHidden = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue