Merge pull request #13322 from timothyteakettle/fix-accents

makes handle_speech in ipc accent actually return the speech args so ipcs can talk
This commit is contained in:
Putnam3145
2020-09-02 17:56:40 -07:00
committed by GitHub
+1
View File
@@ -94,6 +94,7 @@
/datum/accent/robot/modify_speech(list/speech_args)
speech_args[SPEECH_SPANS] = SPAN_ROBOT
return speech_args
/datum/accent/dullahan/modify_speech(list/speech_args, datum/source, mob/living/carbon/owner)
if(owner)