Confused about bitgates.

This commit is contained in:
Fermi
2019-06-13 07:11:29 +01:00
parent 9fb7c9866d
commit 54985c05d9
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -622,7 +622,7 @@
var/base_multiplier = 1
//spans = list("say","yell")
/obj/item/organ/vocal_cords/proc/handle_speech(message) //actually say the message
/obj/item/organ/vocal_cords/velvet/handle_speech(message) //actually say the message
owner.say(message, spans = spans, sanitize = FALSE)
velvetspeech(message, owner)