mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
Fixes posis not being able to use some characters in speaking (#7045)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
if(silent)
|
||||
return
|
||||
|
||||
message = sanitize(message)
|
||||
//message = sanitize(message) //CHOMPEdit: This causes.... so many more problems then it fixes. Also should just be handled in the super function
|
||||
|
||||
if(!(container && container.can_speak))
|
||||
return //Certain objects can speak, like MMIs. Most others cannot. -Q
|
||||
|
||||
Reference in New Issue
Block a user