From 2f9ca56b158f491d2c4621f14aff9ed8c92f4381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20R=C3=A4tzel?= Date: Tue, 18 Oct 2016 21:55:11 +0100 Subject: [PATCH] Add classification of module tooltip as afterburner. --- src/Sanderling/Sanderling/Parse/ModuleButtonTooltip.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Sanderling/Sanderling/Parse/ModuleButtonTooltip.cs b/src/Sanderling/Sanderling/Parse/ModuleButtonTooltip.cs index c2dc7785..f90a3a36 100644 --- a/src/Sanderling/Sanderling/Parse/ModuleButtonTooltip.cs +++ b/src/Sanderling/Sanderling/Parse/ModuleButtonTooltip.cs @@ -154,6 +154,8 @@ public ModuleButtonTooltip(MemoryStruct.IContainer raw) IsHardener = LabelAnyRegexMatchSuccessIgnoreCase(IsHardenerSetIndicatorLabelRegexPattern); + IsAfterburner = LabelRegexMatchSuccessIgnoreCase("Afterburner"); + IsShieldBooster = LabelAnyRegexMatchSuccessIgnoreCase(IsShieldBoosterSetIndicatorLabelRegexPattern); IsArmorRepairer = LabelAnyRegexMatchSuccessIgnoreCase(IsArmorRepairerSetIndicatorLabelRegexPattern);