mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-10 07:41:16 +01:00
Include ~ and ` too
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user