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);