Fixes posis not being able to use some characters in speaking (#7045)

This commit is contained in:
TheGreatKitsune
2023-09-26 16:52:50 +02:00
committed by GitHub
parent bbd21b27b8
commit 3dd6046723
+1 -1
View File
@@ -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