give'r or leave'r, buddy.

This commit is contained in:
Ghommie
2019-06-09 06:54:26 +02:00
parent c3fa360270
commit cb255b8719
4 changed files with 107 additions and 23 deletions
+1 -14
View File
@@ -229,17 +229,4 @@
/datum/mutation/human/stoner/on_losing(mob/living/carbon/human/owner)
..()
owner.grant_language(/datum/language/common)
owner.remove_language(/datum/language/beachbum)
/datum/mutation/human/yelling
name = "Yelling"
desc = "A mutation that forces the host to constantly yell their sentences out."
quality = MINOR_NEGATIVE
locked = TRUE
text_gain_indication = "<span class='danger'>You feel really angry.</span>"
text_lose_indication = "<span class='notice'>You feel calmer.</span>"
/datum/mutation/human/yelling/say_mod(message)
if(message)
message = "[uppertext(replacetext(message, ".", "!"))]!"
return (message)
owner.remove_language(/datum/language/beachbum)