Velvet speech reconfig.
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
message = trauma.on_say(message)
|
||||
message = ..(message)
|
||||
|
||||
var/obj/item/organ/vocal_cords/velvet/Vc = getorganslot(ORGAN_SLOT_VOICE)
|
||||
if(Vc)
|
||||
velvetspeech(message, src)
|
||||
|
||||
var/obj/item/organ/tongue/T = getorganslot(ORGAN_SLOT_TONGUE)
|
||||
if(!T) //hoooooouaah!
|
||||
var/regex/tongueless_lower = new("\[gdntke]+", "g")
|
||||
|
||||
@@ -622,6 +622,10 @@
|
||||
var/base_multiplier = 1
|
||||
//spans = list("say","yell")
|
||||
|
||||
/obj/item/organ/vocal_cords/proc/handle_speech(message) //actually say the message
|
||||
owner.say(message, spans = spans, sanitize = FALSE)
|
||||
velvetspeech(message, owner)
|
||||
|
||||
//////////////////////////////////////
|
||||
///////////FermiChem//////////////////
|
||||
//////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user