I am very smart
This commit is contained in:
@@ -83,8 +83,8 @@
|
||||
return message
|
||||
|
||||
/datum/brain_trauma/mild/phobia/handle_speech(datum/source, list/speech_args)
|
||||
if(HAS_TRAIT(owner, TRAIT_FEARLESS))
|
||||
return message
|
||||
if(HAS_TRAIT(owner, TRAIT_FEARLESS))
|
||||
return
|
||||
for(var/word in trigger_words)
|
||||
var/reg = regex("(\\b|\\A)[REGEX_QUOTE(word)]'?s*(\\b|\\Z)", "i")
|
||||
|
||||
|
||||
@@ -256,7 +256,7 @@
|
||||
if(prob(20))
|
||||
message += pick(" OwO", " uwu")
|
||||
message = lowertext(message)
|
||||
return message
|
||||
speech_args[SPEECH_MESSAGE] = message
|
||||
|
||||
/obj/item/organ/tongue/cybernetic
|
||||
name = "cybernetic tongue"
|
||||
|
||||
Reference in New Issue
Block a user