diff --git a/interface/interface.dm b/interface/interface.dm
index 31312c277b..3bd3492386 100644
--- a/interface/interface.dm
+++ b/interface/interface.dm
@@ -8,7 +8,7 @@
return
src << link(config.wikiurl)
else
- src << "\red The wiki URL is not set in the server configuration."
+ src << "The wiki URL is not set in the server configuration."
return
/client/verb/forum()
@@ -20,7 +20,7 @@
return
src << link(config.forumurl)
else
- src << "\red The forum URL is not set in the server configuration."
+ src << "The forum URL is not set in the server configuration."
return
#define RULES_FILE "config/rules.html"
diff --git a/maps/RandomZLevels/wildwest.dm b/maps/RandomZLevels/wildwest.dm
index d2935b69f6..3df195564f 100644
--- a/maps/RandomZLevels/wildwest.dm
+++ b/maps/RandomZLevels/wildwest.dm
@@ -48,16 +48,16 @@
user << "The Wish Granter punishes you for your selfishness, claiming your soul and warping your body to match the darkness in your heart."
if (!(LASER in user.mutations))
user.mutations.Add(LASER)
- user << "\blue You feel pressure building behind your eyes."
+ user << "You feel pressure building behind your eyes."
if (!(COLD_RESISTANCE in user.mutations))
user.mutations.Add(COLD_RESISTANCE)
- user << "\blue Your body feels warm."
+ user << "Your body feels warm."
if (!(XRAY in user.mutations))
user.mutations.Add(XRAY)
user.sight |= (SEE_MOBS|SEE_OBJS|SEE_TURFS)
user.see_in_dark = 8
user.see_invisible = SEE_INVISIBLE_LEVEL_TWO
- user << "\blue The walls suddenly disappear."
+ user << "The walls suddenly disappear."
user.dna.mutantrace = "shadow"
user.update_mutantrace()
if("Wealth")
@@ -171,4 +171,4 @@
C << "You have regenerated."
C.visible_message("[usr] appears to wake from the dead, having healed all wounds.")
C.update_canmove()
- return 1
\ No newline at end of file
+ return 1