softens chat colours for eye pleasure (#3123)

This commit is contained in:
nevimer
2021-05-26 05:26:40 -04:00
committed by GitHub
parent 307a38d40e
commit 0b279ec943
137 changed files with 484 additions and 484 deletions

View File

@@ -164,7 +164,7 @@
else if(istype(target, /mob/living/carbon/))
// for (var/mob/V in viewers(src))
// V.show_message("The radiation beam dissipates harmlessly through [M]", 3)
M.show_message("<font color='blue'>The radiation beam dissipates harmlessly through your body.</font>")
M.show_message("<font color=#4F49AF>The radiation beam dissipates harmlessly through your body.</font>")
else
return 1
@@ -197,7 +197,7 @@
if((H.species.flags & IS_PLANT) && (M.nutrition < 500))
M.nutrition += 30
else if (istype(target, /mob/living/carbon/))
M.show_message("<font color='blue'>The radiation beam dissipates harmlessly through your body.</font>")
M.show_message("<font color=#4F49AF>The radiation beam dissipates harmlessly through your body.</font>")
else
return 1