Jittering text does not disable stuttering (#18051)

This commit is contained in:
Will
2025-07-24 14:10:25 +02:00
committed by GitHub
parent 6bf423048d
commit e664ad13ea
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -133,7 +133,7 @@
message_data[2] = pick(M.say_verbs)
. = 1
else if((CE_SPEEDBOOST in chem_effects) || is_jittery) // motor mouth
else if((CE_SPEEDBOOST in chem_effects) || (is_jittery && !stuttering)) // motor mouth, check for stuttering so anxiety doesn't do hyperzine text
// Despite trying to url/html decode these, byond is just being bad and I dunno.
var/static/regex/speedboost_initial = new (@"&[a-z]{2,5};|&#\d{2};","g")
// Not herestring because bad vs code syntax highlight panics at apostrophe