/datum/status_effect/speech
Procs | |
apply_speech | Applies the speech effects on the past character, changing the original_char into the modified_char. |
---|---|
handle_message | Signal proc for COMSIG_LIVING_TREAT_MESSAGE |
Proc Details
apply_speech
Applies the speech effects on the past character, changing the original_char into the modified_char.
Return the modified_char to be reapplied to the message.
handle_message
Signal proc for COMSIG_LIVING_TREAT_MESSAGE
Iterates over all of the characters in the passed message and calls apply_speech() on each.