Skip to content

Commit

Permalink
Add classification of module tooltip as afterburner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Oct 18, 2016
1 parent 2d25120 commit 2f9ca56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Sanderling/Sanderling/Parse/ModuleButtonTooltip.cs
Expand Up @@ -154,6 +154,8 @@ public ModuleButtonTooltip(MemoryStruct.IContainer raw)

IsHardener = LabelAnyRegexMatchSuccessIgnoreCase(IsHardenerSetIndicatorLabelRegexPattern);

IsAfterburner = LabelRegexMatchSuccessIgnoreCase("Afterburner");

IsShieldBooster = LabelAnyRegexMatchSuccessIgnoreCase(IsShieldBoosterSetIndicatorLabelRegexPattern);
IsArmorRepairer = LabelAnyRegexMatchSuccessIgnoreCase(IsArmorRepairerSetIndicatorLabelRegexPattern);

Expand Down

0 comments on commit 2f9ca56

Please sign in to comment.