Include ~ and ` too

This commit is contained in:
MrPerson
2020-01-26 02:18:38 -06:00
parent e022407b81
commit 273464ae65
+1 -1
View File
@@ -159,7 +159,7 @@
. = ""
var/newletter = ""
var/rawchar = ""
var/static/regex/nostutter = regex(@@[aeiouAEIOU "'()[\]{}.!?,:;_-]@)
var/static/regex/nostutter = regex(@@[aeiouAEIOU "'()[\]{}.!?,:;_`~-]@)
for(var/i = 1, i <= leng, i += length(rawchar))
rawchar = newletter = phrase[i]
if(prob(80) && !nostutter.Find(rawchar))