Fixed compile errors.

This commit is contained in:
Fermi
2019-06-13 03:05:34 +01:00
parent 981c1644c9
commit eab52a51e6
6 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
message = trauma.on_say(message)
message = ..(message)
/obj/item/organ/vocal_cords/velvet/Vc = getorganslot(ORGAN_SLOT_VOICE)
var/obj/item/organ/vocal_cords/velvet/Vc = getorganslot(ORGAN_SLOT_VOICE)
if(Vc)
velvetspeech(message, src)