Muzzle check/changeling check removal, thanks Harpy.

This commit is contained in:
Zuhayr
2014-10-01 18:32:24 +09:30
parent 3f05362577
commit cc21a1b405

View File

@@ -19,9 +19,6 @@
var/message_mode = parse_message_mode(message, "headset")
if (istype(wear_mask, /obj/item/clothing/mask/muzzle) && message_mode != "changeling") //Todo: Add this to speech_problem_flag checks.
return
if(copytext(message,1,2) == "*")
return emote(copytext(message,2))
@@ -47,6 +44,9 @@
speaking.broadcast(src,trim(message))
return
if (istype(wear_mask, /obj/item/clothing/mask/muzzle))
return
message = capitalize(trim(message))
if(speech_problem_flag)