From 4e486adf700db0424dbd303b93437b2e2569a81b Mon Sep 17 00:00:00 2001 From: AreiaAard Date: Tue, 18 Apr 2023 12:14:13 -0400 Subject: [PATCH] Fix pronoun bug Consider triggers were not looking for him/her/it, but not them. Add the latter to the regex. Probably should check this in other plugins, too... --- areia_consider.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/areia_consider.xml b/areia_consider.xml index 0abfb01..a997d54 100644 --- a/areia_consider.xml +++ b/areia_consider.xml @@ -11,7 +11,7 @@ save_state="y" date_written="2021-04-11 21:00:00" requires="5.06" - version="1.17" + version="1.18" > .+?) looks a little worried about the idea\\.", "(?.+?) should be a fair fight!", "(?.+?) snickers nervously\\.", - "(?.+?) chuckles at the thought of you fighting (?:him|her|it)\\.", + "(?.+?) chuckles at the thought of you fighting (?:him|her|it|them)\\.", "Best run away from (?.+?) while you can!", "Challenging (?.+?) would be either very brave or very stupid\\.", "(?.+?) would crush you like a bug!",