diff --git a/code/_globalvars/phobias.dm b/code/_globalvars/phobias.dm index f493e82c1eb6..8bb57e528e6e 100644 --- a/code/_globalvars/phobias.dm +++ b/code/_globalvars/phobias.dm @@ -626,6 +626,6 @@ GLOBAL_LIST_INIT(phobia_species, list( for(var/word in words) words_match += "[REGEX_QUOTE(word)]|" words_match = copytext(words_match, 1, -1) - return regex("(\\b|\\A)([words_match])('?s*)(\\b|\\|)", "ig") + return regex("(\\b|\\A)([words_match])('?s*)(\\b|\\|)", "i") #undef PHOBIA_FILE