Skip to content

Commit

Permalink
BattleRifle attachments added (#78)
Browse files Browse the repository at this point in the history
* BattleRifle attachments added

* added the right coil tier from the correct weapons pack

* typo fix and removed another AW attachment
  • Loading branch information
Karnich authored and Danice123 committed Jan 4, 2018
1 parent ccda3e1 commit a133d6f
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,9 @@
<Content Include="Src\LongWarOfTheChosen_WeaponPack\Classes\X2Item_Schematic_LWMagnetic.uc">
<SubType>Content</SubType>
</Content>
<Content Include="Src\LongWarOfTheChosen_WeaponPack\Classes\X2Override_Attachments_BattleRifle.uc">
<SubType>Content</SubType>
</Content>
<Content Include="Src\LongWarOfTheChosen_WeaponPack\Classes\X2Override_Attachments_Carbine.uc">
<SubType>Content</SubType>
</Content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ static event OnPostTemplatesCreated()
class'X2Override_Attachments_Carbine'.static.UpdateCarbineAttachmentTemplates(ItemTemplateManager);
class'X2Override_Attachments_Laser'.static.UpdateLaserAttachmentTemplates(ItemTemplateManager);
class'X2Override_Attachments_Coil'.static.UpdateCoilAttachmentTemplates(ItemTemplateManager);

class'X2Override_Attachments_BattleRifle'.static.UpdateBattleRifleAttachmentTemplates(ItemTemplateManager);

class'X2Override_LongWar_Tech'.static.UpdateBaseGameLaserAndCoilTechTemplates();
class'X2Override_LongWar_Tech'.static.UpdateLaserWeaponTemplates(ItemTemplateManager);
class'X2Override_LongWar_Tech'.static.UpdateCoilWeaponTemplates(ItemTemplateManager);
Expand Down
Loading

0 comments on commit a133d6f

Please sign in to comment.