Add admin pencode: style, class, and img

This commit is contained in:
Tayyyyyyy
2019-08-12 09:47:59 -07:00
parent dc72550d87
commit 48c002b361
5 changed files with 36 additions and 4 deletions
+1 -1
View File
@@ -642,7 +642,7 @@ var/list/admin_verbs_ticket = list(
if(!message)
return
for(var/mob/V in hearers(O))
V.show_message(message, 2)
V.show_message(admin_pencode_to_html(message), 2)
log_admin("[key_name(usr)] made [O] at [O.x], [O.y], [O.z] make a sound")
message_admins("<span class='notice'>[key_name_admin(usr)] made [O] at [O.x], [O.y], [O.z] make a sound</span>")
feedback_add_details("admin_verb","MS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!