mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-23 21:16:16 +01:00
9 lines
331 B
Plaintext
9 lines
331 B
Plaintext
/mob/living/silicon/pai/say(message, bubble_type, var/list/spans = list(), sanitize = TRUE, datum/language/language = null, ignore_spam = FALSE, forced = null)
|
|
if(silent)
|
|
to_chat(src, "<span class='warning'>Communication circuits remain unitialized.</span>")
|
|
else
|
|
..(message)
|
|
|
|
/mob/living/silicon/pai/binarycheck()
|
|
return 0
|