mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Merge pull request #10056 from warior4356/drunk-megaphone
Adds speech impediment handling to megaphones
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
message = sanitize(copytext(message, 1, MAX_MESSAGE_LEN))
|
||||
if(!message)
|
||||
return
|
||||
message = user.handle_speech_problems(message)[1]
|
||||
message = capitalize(message)
|
||||
if((loc == user && !user.incapacitated()))
|
||||
if(emagged)
|
||||
|
||||
Reference in New Issue
Block a user