mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
[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:
co-authored by
Seth Scherer
parent
4f1afc8790
commit
c80fbb6271
@@ -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)
|
||||
. = ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user