Replace all BYOND text macros

This commit is contained in:
Markolie
2017-02-21 15:41:37 +01:00
parent fb1cef8029
commit 6982014a6e
286 changed files with 1303 additions and 1311 deletions
+7 -7
View File
@@ -66,13 +66,13 @@
/obj/item/weapon/shard/supermatter/attack_hand(var/mob/user)
if(!istype(user,/mob/living/carbon/human/nucleation))
to_chat(user, pick( "\red You think twice before touching that without protection.",)
"\red You don't want to touch that without some protection.",
"\red You probably should get something else to pick that up.",
"\red You aren't sure that's a good idea.",
"\red You aren't in the mood to get vaporized today.",
"\red You really don't feel like frying your hand off.",
"\red You assume that's a bad idea." )
to_chat(user, pick( "<span class='warning'>You think twice before touching that without protection.</span>",)
"<span class='warning'>You don't want to touch that without some protection.</span>",
"<span class='warning'>You probably should get something else to pick that up.</span>",
"<span class='warning'>You aren't sure that's a good idea.</span>",
"<span class='warning'>You aren't in the mood to get vaporized today.</span>",
"<span class='warning'>You really don't feel like frying your hand off.</span>",
"<span class='warning'>You assume that's a bad idea.</span>" )
return
..()