mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Replace all BYOND text macros
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user