Skip to content

Commit

Permalink
fix NSF Aug Stealth guy carcass no glow goggles
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Jun 27, 2023
1 parent c2c5ef9 commit e6afc40
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Pawns/DeusEx/Classes/NSFCloneAugStealth1Carcass.uc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
//=============================================================================
class NSFCloneAugStealth1Carcass extends NSFClone2Carcass;

function InitFor(Actor Other)
{
Super.InitFor(Other);
MultiSkins[6] = default.MultiSkins[6];
}

defaultproperties
{
Mesh2=LodMesh'DeusExCharacters.GM_Jumpsuit_CarcassB'
Expand Down
6 changes: 6 additions & 0 deletions Pawns/DeusEx/Classes/NSFCloneAugStealth1NametagCarcass.uc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
//=============================================================================
class NSFCloneAugStealth1NametagCarcass extends NSFClone2Carcass;

function InitFor(Actor Other)
{
Super.InitFor(Other);
MultiSkins[6] = default.MultiSkins[6];
}

defaultproperties
{
Mesh2=LodMesh'DeusExCharacters.GM_Jumpsuit_CarcassB'
Expand Down

0 comments on commit e6afc40

Please sign in to comment.