mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Merge pull request #8294 from norill/mutfix
acquiring negative mutations shows in red in chat
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user