Skip to content

Commit

Permalink
Revert "acquiring negative mutations shows in red in chat"
Browse files Browse the repository at this point in the history
This reverts commit 5e003e8.
  • Loading branch information
norill committed Mar 11, 2015
1 parent 5e003e8 commit cfeac32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/datums/goon_mutations_disabilities.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
/datum/mutation/human/mute
name = "Mute"
quality = NEGATIVE
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>"
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>"

/datum/mutation/human/mute/on_acquiring(mob/living/carbon/human/owner)
if(..()) return
Expand Down Expand Up @@ -81,8 +81,8 @@
/datum/mutation/human/unintelligable
name = "Unintelligable"
quality = NEGATIVE
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>"
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>"

/datum/mutation/human/unintelligable/say_mod(var/message)
if(message)
Expand Down

0 comments on commit cfeac32

Please sign in to comment.