Skip to content

Commit

Permalink
Fix irregular
Browse files Browse the repository at this point in the history
  • Loading branch information
Musashi1584 committed Nov 5, 2018
1 parent 8a9e478 commit dd66c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.v12.XCOM_suo
2 changes: 1 addition & 1 deletion RPG/Src/XCOM2RPGOverhaul/Classes/X2Ability_Aptitudes.uc
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ static function X2AbilityTemplate Irregular()
StealthEffect.BuildPersistentEffect(1, true, true, false, eGameRule_PlayerTurnBegin);
StealthEffect.bRemoveWhenTargetConcealmentBroken = true;

Template = SelfTargetTrigger('APT_Irregular', "img:///UILibrary_XPACK_Common.PerkIcons.UIPerk_vanish", false, StealthEffect, 'PlayerTurnBegun');
Template = SelfTargetTrigger('APT_Irregular', "img:///UILibrary_XPACK_Common.PerkIcons.UIPerk_vanish", false, StealthEffect, 'PlayerTurnBegun', eFilter_Player);
AddIconPassive(Template);

Template.AbilityShooterConditions.AddItem(new class'X2Condition_Stealth');
Expand Down

0 comments on commit dd66c18

Please sign in to comment.