Replace all BYOND text macros

This commit is contained in:
Markolie
2017-02-21 14:19:59 +01:00
parent fb1cef8029
commit 6982014a6e
286 changed files with 1303 additions and 1311 deletions
+1 -1
View File
@@ -264,7 +264,7 @@
// check for exploits
for(var/bad in paper_blacklist)
if(findtext(t,bad))
to_chat(usr, "\blue You think to yourself, \"Hm.. this is only paper...\"")
to_chat(usr, "<span class='notice'>You think to yourself, \</span>"Hm.. this is only paper...\"")
log_admin("PAPER: [key_name(usr)] tried to use forbidden word in [src]: [bad].")
message_admins("PAPER: [key_name_admin(usr)] tried to use forbidden word in [src]: [bad].")
return
+1 -1
View File
@@ -94,7 +94,7 @@
qdel(src)
else
to_chat(user, "\red You must hold \the [P] steady to burn \the [src].")
to_chat(user, "<span class='warning'>You must hold \the [P] steady to burn \the [src].</span>")
/obj/item/weapon/paper_bundle/examine(mob/user)
if(..(user, 1))
+1 -1
View File
@@ -70,7 +70,7 @@
qdel(src)
else
to_chat(user, "\red You must hold \the [P] steady to burn \the [src].")
to_chat(user, "<span class='warning'>You must hold \the [P] steady to burn \the [src].</span>")
/obj/item/weapon/photo/examine(mob/user)
if(..(user, 1) || isobserver(user))