[MIRROR] Fixes toy mecha not having the proper say args [MDB IGNORE] (#13708)

* Fixes toy mecha not having the proper say args (#67108)

This was causing linter failures because someone forgot to include the
proper args for this override

* Fixes toy mecha not having the proper say args

Co-authored-by: Seth Scherer <supernovaa41@gmx.com>
This commit is contained in:
SkyratBot
2022-05-18 20:04:16 +01:00
committed by GitHub
co-authored by Seth Scherer
parent 4f1afc8790
commit c80fbb6271
+1 -1
View File
@@ -266,7 +266,7 @@
/**
* Override the say proc if they're mute
*/
/obj/item/toy/mecha/say()
/obj/item/toy/mecha/say(message, bubble_type, list/spans = list(), sanitize = TRUE, datum/language/language = null, ignore_spam = FALSE, forced = null, filterproof = null)
if(!quiet)
. = ..()