I am very smart

This commit is contained in:
Fermi
2019-07-13 20:02:53 +01:00
parent 6c9f37790b
commit 8d12d0f017
3 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -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")
+1 -1
View File
@@ -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"