diff --git a/Content.Server/Speech/EntitySystems/MobsterAccentSystem.cs b/Content.Server/Speech/EntitySystems/MobsterAccentSystem.cs index 5d68f3f37a..f7ff52d824 100644 --- a/Content.Server/Speech/EntitySystems/MobsterAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/MobsterAccentSystem.cs @@ -47,7 +47,7 @@ public sealed class MobsterAccentSystem : EntitySystem foreach (var (first, replace) in DirectReplacements) { - msg = msg.Replace(first, replace, true, CultureInfo.InvariantCulture); + msg = Regex.Replace(msg, $@"(? thinkin'