acquiring negative mutations shows in red in chat

This commit is contained in:
norill
2015-03-11 17:11:35 +01:00
parent 19bd410915
commit 5ef5c5444d
+4 -4
View File
@@ -12,8 +12,8 @@
/datum/mutation/human/mute
name = "Mute"
quality = NEGATIVE
text_gain_indication = "<span class='notice'>You feel unable to express yourself at all.</span>"
text_lose_indication = "<span class='notice'>You feel able to speak freely again.</span>"
text_gain_indication = "<span class='danger'>You feel unable to express yourself at all.</span>"
text_lose_indication = "<span class='danger'>You feel able to speak freely again.</span>"
/datum/mutation/human/mute/on_acquiring(mob/living/carbon/human/owner)
if(..()) return
@@ -81,8 +81,8 @@
/datum/mutation/human/unintelligable
name = "Unintelligable"
quality = NEGATIVE
text_gain_indication = "<span class='notice'>You can't seem to form any coherent thoughts!</span>"
text_lose_indication = "<span class='notice'>Your mind feels more clear.</span>"
text_gain_indication = "<span class='danger'>You can't seem to form any coherent thoughts!</span>"
text_lose_indication = "<span class='danger'>Your mind feels more clear.</span>"
/datum/mutation/human/unintelligable/say_mod(var/message)
if(message)