From 8c777beb2ac57347738cf302e7b29823658e0dc0 Mon Sep 17 00:00:00 2001 From: Jackson <9527380+Jaksuhn@users.noreply.github.com> Date: Sat, 27 Apr 2024 23:06:40 +0200 Subject: [PATCH] Update AutoAdjustRetainerListings.cs --- Automaton/Features/UI/AutoAdjustRetainerListings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Automaton/Features/UI/AutoAdjustRetainerListings.cs b/Automaton/Features/UI/AutoAdjustRetainerListings.cs index 109de79..1929491 100644 --- a/Automaton/Features/UI/AutoAdjustRetainerListings.cs +++ b/Automaton/Features/UI/AutoAdjustRetainerListings.cs @@ -23,7 +23,7 @@ namespace Automaton.Features.Testing; public partial class AutoAdjustRetainerListings : Feature { public override string Name => "Auto Adjust Retainer Listings"; - public override string Description => "If I hear a single message about the feature again I will go scorched earth. Interrupt with Shift."; + public override string Description => "If I hear a single message about the feature again I will go scorched earth. Please just use the MarketBotty SND script. Interrupt with Shift."; public override FeatureType FeatureType => FeatureType.UI; public bool Initialized { get; set; }