diff --git a/code/datums/datumvars.dm b/code/datums/datumvars.dm
index 914b56ee60..7e9fc0cd04 100644
--- a/code/datums/datumvars.dm
+++ b/code/datums/datumvars.dm
@@ -9,7 +9,7 @@ client
if(!usr.client || !usr.client.holder)
- usr << "\red You need to be an administrator to access this."
+ usr << "You need to be an administrator to access this."
return
@@ -602,8 +602,8 @@ client
if(!i)
usr << "No objects of this type exist"
return
- log_admin("[key_name(usr)] deleted all objects of type [O_type] ([i] objects deleted) ")
- message_admins("\blue [key_name(usr)] deleted all objects of type [O_type] ([i] objects deleted) ")
+ log_admin("[key_name(usr)] deleted all objects of type [O_type] ([i] objects deleted)")
+ message_admins("[key_name(usr)] deleted all objects of type [O_type] ([i] objects deleted)")
if("Type and subtypes")
var/i = 0
for(var/obj/Obj in world)
@@ -613,8 +613,8 @@ client
if(!i)
usr << "No objects of this type exist"
return
- log_admin("[key_name(usr)] deleted all objects of type or subtype of [O_type] ([i] objects deleted) ")
- message_admins("\blue [key_name(usr)] deleted all objects of type or subtype of [O_type] ([i] objects deleted) ")
+ log_admin("[key_name(usr)] deleted all objects of type or subtype of [O_type] ([i] objects deleted)")
+ message_admins("[key_name(usr)] deleted all objects of type or subtype of [O_type] ([i] objects deleted)")
else if(href_list["explode"])
if(!check_rights(R_DEBUG|R_FUN)) return
@@ -941,8 +941,8 @@ client
return
if(amount != 0)
- log_admin("[key_name(usr)] dealt [amount] amount of [Text] damage to [L] ")
- message_admins("\blue [key_name(usr)] dealt [amount] amount of [Text] damage to [L] ")
+ log_admin("[key_name(usr)] dealt [amount] amount of [Text] damage to [L]")
+ message_admins("[key_name(usr)] dealt [amount] amount of [Text] damage to [L]")
href_list["datumrefresh"] = href_list["mobToDamage"]
if(href_list["datumrefresh"])
diff --git a/code/datums/diseases/alien_embryo.dm b/code/datums/diseases/alien_embryo.dm
index 59d1dbe160..488d43efa3 100644
--- a/code/datums/diseases/alien_embryo.dm
+++ b/code/datums/diseases/alien_embryo.dm
@@ -53,25 +53,25 @@
if(prob(1))
affected_mob.emote("cough")
if(prob(1))
- affected_mob << "\red Your throat feels sore."
+ affected_mob << "Your throat feels sore."
if(prob(1))
- affected_mob << "\red Mucous runs down the back of your throat."
+ affected_mob << "Mucous runs down the back of your throat."
if(4)
if(prob(1))
affected_mob.emote("sneeze")
if(prob(1))
affected_mob.emote("cough")
if(prob(2))
- affected_mob << "\red Your muscles ache."
+ affected_mob << "Your muscles ache."
if(prob(20))
affected_mob.take_organ_damage(1)
if(prob(2))
- affected_mob << "\red Your stomach hurts."
+ affected_mob << "You feel something tearing its way out of your stomach..."
affected_mob.adjustToxLoss(10)
affected_mob.updatehealth()
if(prob(50))
diff --git a/code/datums/diseases/appendicitis.dm b/code/datums/diseases/appendicitis.dm
index 37a2adecb6..b4f2b1a38a 100644
--- a/code/datums/diseases/appendicitis.dm
+++ b/code/datums/diseases/appendicitis.dm
@@ -24,11 +24,11 @@
if(stage == 1)
if(prob(5))
- affected_mob << "\red You feel a stinging pain in your abdomen!"
+ affected_mob << "You feel a stinging pain in your abdomen!"
affected_mob.emote("me",1,"winces slightly.")
if(stage > 1)
if(prob(3))
- affected_mob << "\red You feel a stabbing pain in your abdomen!"
+ affected_mob << "You feel a stabbing pain in your abdomen!"
affected_mob.emote("me",1,"winces painfully.")
affected_mob.adjustToxLoss(1)
if(stage > 2)
@@ -37,13 +37,13 @@
var/mob/living/carbon/human/H = affected_mob
H.vomit()
else
- affected_mob << "\red You gag as you want to throw up, but there's nothing in your stomach!"
+ affected_mob << "You gag as you want to throw up, but there's nothing in your stomach!"
affected_mob.Weaken(10)
affected_mob.adjustToxLoss(3)
if(stage > 3)
if(prob(1) && ishuman(affected_mob))
var/mob/living/carbon/human/H = affected_mob
- H << "\red Your abdomen is a world of pain!"
+ H << "Your abdomen is a world of pain!"
H.Weaken(10)
var/obj/item/organ/external/groin = H.get_organ("groin")
diff --git a/code/datums/diseases/beesease.dm b/code/datums/diseases/beesease.dm
index ec863a441e..f55dec71a9 100644
--- a/code/datums/diseases/beesease.dm
+++ b/code/datums/diseases/beesease.dm
@@ -14,12 +14,12 @@
switch(stage)
if(1)
if(prob(2))
- affected_mob << "\red You feel like something is moving inside of you"
+ affected_mob << "You feel like something is moving inside of you!"
if(2) //also changes say, see say.dm
if(prob(2))
- affected_mob << "\red You feel like something is moving inside of you"
+ affected_mob << "You feel like something is moving inside of you!"
if(prob(2))
- affected_mob << "\red BZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ"
+ affected_mob << "BZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ"
if(3)
//Should give the bee spit verb
if(4)
@@ -28,4 +28,4 @@
//Plus if you die, you explode into bees
return
*/
-//Started working on it, but am too lazy to finish it today -- Urist
\ No newline at end of file
+//Started working on it, but am too lazy to finish it today -- Urist
diff --git a/code/datums/diseases/brainrot.dm b/code/datums/diseases/brainrot.dm
index 55e5db82d6..c4784f5199 100644
--- a/code/datums/diseases/brainrot.dm
+++ b/code/datums/diseases/brainrot.dm
@@ -21,7 +21,7 @@
if(prob(2))
affected_mob.emote("yawn")
if(prob(2))
- affected_mob << "\red Your don't feel like yourself."
+ affected_mob << "Your don't feel like yourself."
if(prob(5))
affected_mob.adjustBrainLoss(1)
affected_mob.updatehealth()
@@ -34,12 +34,12 @@
affected_mob.adjustBrainLoss(2)
affected_mob.updatehealth()
if(prob(2))
- affected_mob << "\red Your try to remember something important...but can't."
+ affected_mob << "You try to remember something important...but can't."
/* if(prob(10))
affected_mob.adjustToxLoss(3)
affected_mob.updatehealth()
if(prob(2))
- affected_mob << "\red Your head hurts." */
+ affected_mob << "Your head hurts." */
if(4)
if(prob(2))
affected_mob.emote("stare")
@@ -49,14 +49,14 @@
affected_mob.adjustToxLoss(4)
affected_mob.updatehealth()
if(prob(2))
- affected_mob << "\red Your head hurts." */
+ affected_mob << "A strange buzzing fills your head, removing all thoughts."
if(prob(3))
- affected_mob << "\red You lose consciousness..."
+ affected_mob << "You lose consciousness..."
for(var/mob/O in viewers(affected_mob, null))
O.show_message("[affected_mob] suddenly collapses", 1)
affected_mob.Paralyse(rand(5,10))
@@ -64,4 +64,4 @@
affected_mob.emote("snore")
if(prob(15))
affected_mob.stuttering += 3
- return
\ No newline at end of file
+ return
diff --git a/code/datums/diseases/cold.dm b/code/datums/diseases/cold.dm
index 9317fa12ef..5bbde80c2f 100644
--- a/code/datums/diseases/cold.dm
+++ b/code/datums/diseases/cold.dm
@@ -16,16 +16,16 @@
if(2)
/*
if(affected_mob.sleeping && prob(40)) //removed until sleeping is fixed
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
cure()
return
*/
if(affected_mob.lying && prob(40)) //changed FROM prob(10) until sleeping is fixed
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
cure()
return
if(prob(1) && prob(5))
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
cure()
return
if(prob(1))
@@ -33,22 +33,22 @@
if(prob(1))
affected_mob.emote("cough")
if(prob(1))
- affected_mob << "\red Your throat feels sore."
+ affected_mob << "Your throat feels sore."
if(prob(1))
- affected_mob << "\red Mucous runs down the back of your throat."
+ affected_mob << "Mucous runs down the back of your throat."
if(3)
/*
if(affected_mob.sleeping && prob(25)) //removed until sleeping is fixed
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
cure()
return
*/
if(affected_mob.lying && prob(25)) //changed FROM prob(5) until sleeping is fixed
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
cure()
return
if(prob(1) && prob(1))
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
cure()
return
if(prob(1))
@@ -56,11 +56,11 @@
if(prob(1))
affected_mob.emote("cough")
if(prob(1))
- affected_mob << "\red Your throat feels sore."
+ affected_mob << "Your throat feels sore."
if(prob(1))
- affected_mob << "\red Mucous runs down the back of your throat."
+ affected_mob << "Mucous runs down the back of your throat."
if(prob(1) && prob(50))
if(!affected_mob.resistances.Find(/datum/disease/flu))
var/datum/disease/Flu = new /datum/disease/flu(0)
affected_mob.contract_disease(Flu,1)
- cure()
\ No newline at end of file
+ cure()
diff --git a/code/datums/diseases/cold9.dm b/code/datums/diseases/cold9.dm
index bea72ec36e..86b88d5fcb 100644
--- a/code/datums/diseases/cold9.dm
+++ b/code/datums/diseases/cold9.dm
@@ -16,7 +16,7 @@
if(2)
affected_mob.bodytemperature -= 10
if(prob(1) && prob(10))
- affected_mob << "\blue You feel better."
+ affected_mob << "Your throat feels sore."
if(prob(5))
- affected_mob << "\red You feel stiff."
+ affected_mob << "You feel stiff."
if(3)
affected_mob.bodytemperature -= 20
if(prob(1))
@@ -34,6 +34,6 @@
if(prob(1))
affected_mob.emote("cough")
if(prob(1))
- affected_mob << "\red Your throat feels sore."
+ affected_mob << "Your throat feels sore."
if(prob(10))
- affected_mob << "\red You feel stiff."
\ No newline at end of file
+ affected_mob << "You feel stiff."
diff --git a/code/datums/diseases/dna_spread.dm b/code/datums/diseases/dna_spread.dm
index 6d520fe294..6b79ea7505 100644
--- a/code/datums/diseases/dna_spread.dm
+++ b/code/datums/diseases/dna_spread.dm
@@ -23,11 +23,11 @@
if(prob(8))
affected_mob.emote("cough")
if(prob(1))
- affected_mob << "\red Your muscles ache."
+ affected_mob << "Your muscles ache."
if(prob(20))
affected_mob.take_organ_damage(1)
if(prob(1))
- affected_mob << "\red Your stomach hurts."
+ affected_mob << "Your stomach hurts."
if(prob(20))
affected_mob.adjustToxLoss(2)
affected_mob.updatehealth()
@@ -42,7 +42,7 @@
src.original_dna["UI"] = affected_mob.dna.UI.Copy()
src.original_dna["SE"] = affected_mob.dna.SE.Copy()
- affected_mob << "\red You don't feel like yourself.."
+ affected_mob << "You don't feel like yourself.."
var/list/newUI=strain_data["UI"]
var/list/newSE=strain_data["SE"]
affected_mob.UpdateAppearance(newUI.Copy())
@@ -65,5 +65,5 @@
affected_mob.dna.UpdateSE()
affected_mob.real_name = original_dna["name"]
- affected_mob << "\blue You feel more like yourself."
- ..()
\ No newline at end of file
+ affected_mob << "You feel more like yourself."
+ ..()
diff --git a/code/datums/diseases/fake_gbs.dm b/code/datums/diseases/fake_gbs.dm
index 2ef958bc04..97e585fa0c 100644
--- a/code/datums/diseases/fake_gbs.dm
+++ b/code/datums/diseases/fake_gbs.dm
@@ -22,7 +22,7 @@
else if(prob(5))
affected_mob.emote("gasp")
if(prob(10))
- affected_mob << "\red You're starting to feel very weak..."
+ affected_mob << "You're starting to feel very weak..."
if(4)
if(prob(10))
affected_mob.emote("cough")
diff --git a/code/datums/diseases/flu.dm b/code/datums/diseases/flu.dm
index bb32b44e5b..c050b9e1d1 100644
--- a/code/datums/diseases/flu.dm
+++ b/code/datums/diseases/flu.dm
@@ -17,12 +17,12 @@
if(2)
/*
if(affected_mob.sleeping && prob(20)) //removed until sleeping is fixed --Blaank
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
stage--
return
*/
if(affected_mob.lying && prob(20)) //added until sleeping is fixed --Blaank
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
stage--
return
if(prob(1))
@@ -30,11 +30,11 @@
if(prob(1))
affected_mob.emote("cough")
if(prob(1))
- affected_mob << "\red Your muscles ache."
+ affected_mob << "Your muscles ache."
if(prob(20))
affected_mob.take_organ_damage(1)
if(prob(1))
- affected_mob << "\red Your stomach hurts."
+ affected_mob << "Your stomach hurts."
if(prob(20))
affected_mob.adjustToxLoss(1)
affected_mob.updatehealth()
@@ -42,12 +42,12 @@
if(3)
/*
if(affected_mob.sleeping && prob(15)) //removed until sleeping is fixed
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
stage--
return
*/
if(affected_mob.lying && prob(15)) //added until sleeping is fixed
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
stage--
return
if(prob(1))
@@ -55,11 +55,11 @@
if(prob(1))
affected_mob.emote("cough")
if(prob(1))
- affected_mob << "\red Your muscles ache."
+ affected_mob << "Your muscles ache."
if(prob(20))
affected_mob.take_organ_damage(1)
if(prob(1))
- affected_mob << "\red Your stomach hurts."
+ affected_mob << "Your stomach hurts."
if(prob(20))
affected_mob.adjustToxLoss(1)
affected_mob.updatehealth()
diff --git a/code/datums/diseases/fluspanish.dm b/code/datums/diseases/fluspanish.dm
index 8400d196b6..505cabfea0 100644
--- a/code/datums/diseases/fluspanish.dm
+++ b/code/datums/diseases/fluspanish.dm
@@ -21,7 +21,7 @@
if(prob(5))
affected_mob.emote("cough")
if(prob(1))
- affected_mob << "\red You're burning in your own skin!"
+ affected_mob << "You're burning in your own skin!"
affected_mob.take_organ_damage(0,5)
if(3)
@@ -31,6 +31,6 @@
if(prob(5))
affected_mob.emote("cough")
if(prob(5))
- affected_mob << "\red You're burning in your own skin!"
+ affected_mob << "You're burning in your own skin!"
affected_mob.take_organ_damage(0,5)
return
diff --git a/code/datums/diseases/gbs.dm b/code/datums/diseases/gbs.dm
index ceddf45117..8fc547bd21 100644
--- a/code/datums/diseases/gbs.dm
+++ b/code/datums/diseases/gbs.dm
@@ -26,15 +26,15 @@
else if(prob(5))
affected_mob.emote("gasp")
if(prob(10))
- affected_mob << "\red You're starting to feel very weak..."
+ affected_mob << "You're starting to feel very weak..."
if(4)
if(prob(10))
affected_mob.emote("cough")
affected_mob.adjustToxLoss(5)
affected_mob.updatehealth()
if(5)
- affected_mob << "\red Your body feels as if it's trying to rip itself open..."
+ affected_mob << "Your body feels as if it's trying to rip itself open..."
if(prob(50))
affected_mob.gib()
else
- return
\ No newline at end of file
+ return
diff --git a/code/datums/diseases/magnitis.dm b/code/datums/diseases/magnitis.dm
index fb9fe042b8..94fa6ed4af 100644
--- a/code/datums/diseases/magnitis.dm
+++ b/code/datums/diseases/magnitis.dm
@@ -16,7 +16,7 @@
switch(stage)
if(2)
if(prob(2))
- affected_mob << "\red You feel a slight shock course through your body."
+ affected_mob << "You feel a slight shock course through your body."
if(prob(2))
for(var/obj/M in orange(2,affected_mob))
if(!M.anchored && (M.flags & CONDUCT))
@@ -36,9 +36,9 @@
*/
if(3)
if(prob(2))
- affected_mob << "\red You feel a strong shock course through your body."
+ affected_mob << "You feel a strong shock course through your body."
if(prob(2))
- affected_mob << "\red You feel like clowning around."
+ affected_mob << "You feel like clowning around."
if(prob(4))
for(var/obj/M in orange(4,affected_mob))
if(!M.anchored && (M.flags & CONDUCT))
@@ -64,9 +64,9 @@
*/
if(4)
if(prob(2))
- affected_mob << "\red You feel a powerful shock course through your body."
+ affected_mob << "You feel a powerful shock course through your body."
if(prob(2))
- affected_mob << "\red You query upon the nature of miracles."
+ affected_mob << "You query upon the nature of miracles."
if(prob(8))
for(var/obj/M in orange(6,affected_mob))
if(!M.anchored && (M.flags & CONDUCT))
@@ -90,4 +90,4 @@
else if(M.y < affected_mob.y)
M.y+=rand(1,min(5,affected_mob.y-M.y))
*/
- return
\ No newline at end of file
+ return
diff --git a/code/datums/diseases/pierrot_throat.dm b/code/datums/diseases/pierrot_throat.dm
index 619e0f988a..32170cd424 100644
--- a/code/datums/diseases/pierrot_throat.dm
+++ b/code/datums/diseases/pierrot_throat.dm
@@ -16,10 +16,10 @@
..()
switch(stage)
if(1)
- if(prob(10)) affected_mob << "\red You feel a little silly."
+ if(prob(10)) affected_mob << "You feel a little silly."
if(2)
- if(prob(10)) affected_mob << "\red You start seeing rainbows."
+ if(prob(10)) affected_mob << "You start seeing rainbows."
if(3)
- if(prob(10)) affected_mob << "\red Your thoughts are interrupted by a loud HONK!"
+ if(prob(10)) affected_mob << "Your thoughts are interrupted by a loud HONK!"
if(4)
- if(prob(5)) affected_mob.say( pick( list("HONK!", "Honk!", "Honk.", "Honk?", "Honk!!", "Honk?!", "Honk...") ) )
\ No newline at end of file
+ if(prob(5)) affected_mob.say( pick( list("HONK!", "Honk!", "Honk.", "Honk?", "Honk!!", "Honk?!", "Honk...") ) )
diff --git a/code/datums/diseases/retrovirus.dm b/code/datums/diseases/retrovirus.dm
index 9ab69e217a..27ddfe233f 100644
--- a/code/datums/diseases/retrovirus.dm
+++ b/code/datums/diseases/retrovirus.dm
@@ -33,55 +33,55 @@
if(restcure)
/*
if(affected_mob.sleeping && prob(30)) //removed until sleeping is fixed
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
cure()
return
*/
if(affected_mob.lying && prob(30)) //changed FROM prob(20) until sleeping is fixed
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
cure()
return
if (prob(8))
- affected_mob << "\red Your head hurts."
+ affected_mob << "Your head hurts."
if (prob(9))
- affected_mob << "You feel a tingling sensation in your chest."
+ affected_mob << "You feel a tingling sensation in your chest."
if (prob(9))
- affected_mob << "\red You feel angry."
+ affected_mob << "You feel angry."
if(2)
if(restcure)
/*
if(affected_mob.sleeping && prob(20)) //removed until sleeping is fixed
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
cure()
return
*/
if(affected_mob.lying && prob(20)) //changed FROM prob(10) until sleeping is fixed
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
cure()
return
if (prob(8))
- affected_mob << "\red Your skin feels loose."
+ affected_mob << "Your skin feels loose."
if (prob(10))
- affected_mob << "You feel very strange."
+ affected_mob << "You feel very strange."
if (prob(4))
- affected_mob << "\red You feel a stabbing pain in your head!"
+ affected_mob << "You feel a stabbing pain in your head!"
affected_mob.Paralyse(2)
if (prob(4))
- affected_mob << "\red Your stomach churns."
+ affected_mob << "Your stomach churns."
if(3)
if(restcure)
/*
if(affected_mob.sleeping && prob(20)) //removed until sleeping is fixed
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
cure()
return
*/
if(affected_mob.lying && prob(20)) //changed FROM prob(10) until sleeping is fixed
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
cure()
return
if (prob(10))
- affected_mob << "\red Your entire body vibrates."
+ affected_mob << "Your entire body vibrates."
if (prob(35))
if(prob(50))
@@ -93,16 +93,16 @@
if(restcure)
/*
if(affected_mob.sleeping && prob(10)) //removed until sleeping is fixed
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
cure()
return
*/
if(affected_mob.lying && prob(5)) //changed FROM prob(5) until sleeping is fixed
- affected_mob << "\blue You feel better."
+ affected_mob << "You feel better."
cure()
return
if (prob(60))
if(prob(50))
scramble(1, affected_mob, rand(50,75))
else
- scramble(0, affected_mob, rand(50,75))
\ No newline at end of file
+ scramble(0, affected_mob, rand(50,75))
diff --git a/code/datums/diseases/rhumba_beat.dm b/code/datums/diseases/rhumba_beat.dm
index 00bf74e7cd..53a68011bf 100644
--- a/code/datums/diseases/rhumba_beat.dm
+++ b/code/datums/diseases/rhumba_beat.dm
@@ -22,30 +22,30 @@
affected_mob.adjustToxLoss(5)
affected_mob.updatehealth()
if(prob(1))
- affected_mob << "\red You feel strange..."
+ affected_mob << "You feel strange..."
if(3)
if(affected_mob.ckey == "rosham")
src.cure()
if(prob(5))
- affected_mob << "\red You feel the urge to dance..."
+ affected_mob << "You feel the urge to dance..."
else if(prob(5))
affected_mob.emote("gasp")
else if(prob(10))
- affected_mob << "\red You feel the need to chick chicky boom..."
+ affected_mob << "You feel the need to chick chicky boom..."
if(4)
if(affected_mob.ckey == "rosham")
src.cure()
if(prob(10))
affected_mob.emote("gasp")
- affected_mob << "\red You feel a burning beat inside..."
+ affected_mob << "You feel a burning beat inside..."
if(prob(20))
affected_mob.adjustToxLoss(5)
affected_mob.updatehealth()
if(5)
if(affected_mob.ckey == "rosham")
src.cure()
- affected_mob << "\red Your body is unable to contain the Rhumba Beat..."
+ affected_mob << "Your body is unable to contain the Rhumba Beat..."
if(prob(50))
affected_mob.gib()
else
- return
\ No newline at end of file
+ return
diff --git a/code/datums/diseases/robotic_transformation.dm b/code/datums/diseases/robotic_transformation.dm
index 9648191fb0..257ce666c1 100644
--- a/code/datums/diseases/robotic_transformation.dm
+++ b/code/datums/diseases/robotic_transformation.dm
@@ -19,36 +19,36 @@
switch(stage)
if(2)
if (prob(8))
- affected_mob << "Your joints feel stiff."
+ affected_mob << "Your joints feel stiff."
affected_mob.take_organ_damage(1)
if (prob(9))
- affected_mob << "\red Beep...boop.."
+ affected_mob << "Beep...boop.."
if (prob(9))
- affected_mob << "\red Bop...beeep..."
+ affected_mob << "Bop...beeep..."
if(3)
if (prob(8))
- affected_mob << "\red Your joints feel very stiff."
+ affected_mob << "Your joints feel very stiff."
affected_mob.take_organ_damage(1)
if (prob(8))
affected_mob.say(pick("Beep, boop", "beep, beep!", "Boop...bop"))
if (prob(10))
- affected_mob << "Your skin feels loose."
+ affected_mob << "Your skin feels loose."
affected_mob.take_organ_damage(5)
if (prob(4))
- affected_mob << "\red You feel a stabbing pain in your head."
+ affected_mob << "You feel a stabbing pain in your head."
affected_mob.Paralyse(2)
if (prob(4))
- affected_mob << "\red You can feel something move...inside."
+ affected_mob << "You can feel something move...inside."
if(4)
if (prob(10))
- affected_mob << "\red Your skin feels very loose."
+ affected_mob << "Your skin feels very loose."
affected_mob.take_organ_damage(8)
if (prob(20))
affected_mob.say(pick("beep, beep!", "Boop bop boop beep.", "kkkiiiill mmme", "I wwwaaannntt tttoo dddiiieeee..."))
if (prob(8))
- affected_mob << "\red You can feel... something...inside you."
+ affected_mob << "You can feel... something...inside you."
if(5)
- affected_mob <<"\red Your skin feels as if it's about to burst off..."
+ affected_mob <<"Your skin feels as if it's about to burst off..."
affected_mob.adjustToxLoss(10)
affected_mob.updatehealth()
if(prob(40)) //So everyone can feel like robot Seth Brundle
diff --git a/code/datums/diseases/wizarditis.dm b/code/datums/diseases/wizarditis.dm
index ebba6f645f..dc1a669f24 100644
--- a/code/datums/diseases/wizarditis.dm
+++ b/code/datums/diseases/wizarditis.dm
@@ -31,14 +31,14 @@ STI KALY - blind
if(prob(1)&&prob(50))
affected_mob.say(pick("You shall not pass!", "Expeliarmus!", "By Merlins beard!", "Feel the power of the Dark Side!"))
if(prob(1)&&prob(50))
- affected_mob << "\red You feel [pick("that you don't have enough mana.", "that the winds of magic are gone.", "an urge to summon familiar.")]"
+ affected_mob << "You feel [pick("that you don't have enough mana.", "that the winds of magic are gone.", "an urge to summon familiar.")]"
if(3)
if(prob(1)&&prob(50))
affected_mob.say(pick("NEC CANTIO!","AULIE OXIN FIERA!", "STI KALY!", "TARCOL MINTI ZHERI!"))
if(prob(1)&&prob(50))
- affected_mob << "\red You feel [pick("the magic bubbling in your veins","that this location gives you a +1 to INT","an urge to summon familiar.")]."
+ affected_mob << "You feel [pick("the magic bubbling in your veins.","that this location gives you a +1 to INT.","an urge to summon familiar.")]"
if(4)
@@ -46,7 +46,7 @@ STI KALY - blind
affected_mob.say(pick("NEC CANTIO!","AULIE OXIN FIERA!","STI KALY!","EI NATH!"))
return
if(prob(1)&&prob(50))
- affected_mob << "\red You feel [pick("the tidal wave of raw power building inside","that this location gives you a +2 to INT and +1 to WIS","an urge to teleport")]."
+ affected_mob << "You feel [pick("the tidal wave of raw power building inside.","that this location gives you a +2 to INT and +1 to WIS.","an urge to teleport.")]"
spawn_wizard_clothes(50)
if(prob(1)&&prob(1))
teleport()
diff --git a/code/datums/diseases/xeno_transformation.dm b/code/datums/diseases/xeno_transformation.dm
index 9d3289708f..d6fa155cfc 100644
--- a/code/datums/diseases/xeno_transformation.dm
+++ b/code/datums/diseases/xeno_transformation.dm
@@ -17,38 +17,38 @@
switch(stage)
if(2)
if (prob(8))
- affected_mob << "Your throat feels scratchy."
+ affected_mob << "Your throat feels scratchy."
affected_mob.take_organ_damage(1)
if (prob(9))
- affected_mob << "\red Kill..."
+ affected_mob << "Kill..."
if (prob(9))
- affected_mob << "\red Kill..."
+ affected_mob << "Kill..."
if(3)
if (prob(8))
- affected_mob << "\red Your throat feels very scratchy."
+ affected_mob << "Your throat feels very scratchy."
affected_mob.take_organ_damage(1)
/*
if (prob(8))
affected_mob.say(pick("Beep, boop", "beep, beep!", "Boop...bop"))
*/
if (prob(10))
- affected_mob << "Your skin feels tight."
+ affected_mob << "Your skin feels tight."
affected_mob.take_organ_damage(5)
if (prob(4))
- affected_mob << "\red You feel a stabbing pain in your head."
+ affected_mob << "You feel a stabbing pain in your head."
affected_mob.Paralyse(2)
if (prob(4))
- affected_mob << "\red You can feel something move...inside."
+ affected_mob << "You can feel something move...inside."
if(4)
if (prob(10))
- affected_mob << pick("\red Your skin feels very tight.", "\red Your blood boils!")
+ affected_mob << pick("Your skin feels very tight.", "Your blood boils!")
affected_mob.take_organ_damage(8)
if (prob(20))
affected_mob.say(pick("You look delicious.", "Going to... devour you...", "Hsssshhhhh!"))
if (prob(8))
- affected_mob << "\red You can feel... something...inside you."
+ affected_mob << "You can feel... something...inside you."
if(5)
- affected_mob <<"\red Your skin feels impossibly calloused..."
+ affected_mob <<"Your skin feels impossibly calloused..."
affected_mob.adjustToxLoss(10)
affected_mob.updatehealth()
if(prob(40))
diff --git a/code/datums/helper_datums/global_iterator.dm b/code/datums/helper_datums/global_iterator.dm
index 4f4d680e9e..3bf80f06d0 100644
--- a/code/datums/helper_datums/global_iterator.dm
+++ b/code/datums/helper_datums/global_iterator.dm
@@ -139,7 +139,7 @@ Data storage vars:
arg_list = arguments
return 1
else
-// world << "\red Invalid arguments supplied for [src.type], ref = \ref[src]"
+// world << "Invalid arguments supplied for [src.type], ref = \ref[src]"
return 0
proc/toggle_null_checks()
diff --git a/code/datums/mind.dm b/code/datums/mind.dm
index cfbd155145..c3a77b4b0e 100644
--- a/code/datums/mind.dm
+++ b/code/datums/mind.dm
@@ -332,7 +332,7 @@ datum/mind
var/mob/living/carbon/monkey/M = current
if (istype(H))
log_admin("[key_name(usr)] attempting to monkeyize [key_name(current)]")
- message_admins("\blue [key_name_admin(usr)] attempting to monkeyize [key_name_admin(current)]")
+ message_admins("[key_name_admin(usr)] attempting to monkeyize [key_name_admin(current)]")
src = null
M = H.monkeyize()
src = M.mind
@@ -347,7 +347,7 @@ datum/mind
var/mob/living/carbon/monkey/M = current
if (istype(H))
log_admin("[key_name(usr)] attempting to monkeyize and infect [key_name(current)]")
- message_admins("\blue [key_name_admin(usr)] attempting to monkeyize and infect [key_name_admin(current)]", 1)
+ message_admins("[key_name_admin(usr)] attempting to monkeyize and infect [key_name_admin(current)]", 1)
src = null
M = H.monkeyize()
src = M.mind
@@ -362,7 +362,7 @@ datum/mind
D.cure(0)
sleep(0) //because deleting of virus is doing throught spawn(0)
log_admin("[key_name(usr)] attempting to humanize [key_name(current)]")
- message_admins("\blue [key_name_admin(usr)] attempting to humanize [key_name_admin(current)]")
+ message_admins("[key_name_admin(usr)] attempting to humanize [key_name_admin(current)]")
var/obj/item/weapon/dnainjector/m2h/m2h = new
var/obj/item/weapon/implant/mobfinder = new(M) //hack because humanizing deletes mind --rastaf0
src = null
@@ -432,7 +432,7 @@ datum/mind
else if (href_list["obj_announce"])
var/obj_count = 1
- current << "\blue Your current objectives:"
+ current << "Your current objectives:"
for(var/datum/objective/objective in objectives)
current << "Objective #[obj_count]: [objective.explanation_text]"
obj_count++