* extra spaces removed from "span class = '" --> "span class='"

* warning-spans added to cases of "You need..."
This commit is contained in:
kingofkosmos
2019-06-25 21:03:25 +03:00
parent df1aa091b2
commit fb9731492c
45 changed files with 98 additions and 98 deletions
+1 -1
View File
@@ -510,7 +510,7 @@
else
message_admins("[key_name(usr)] set the admin notice.")
log_admin("[key_name(usr)] set the admin notice:\n[new_admin_notice]")
to_chat(world, "<span class ='adminnotice'><b>Admin Notice:</b>\n \t [new_admin_notice]</span>")
to_chat(world, "<span class='adminnotice'><b>Admin Notice:</b>\n \t [new_admin_notice]</span>")
SSblackbox.record_feedback("tally", "admin_verb", 1, "Set Admin Notice") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
GLOB.admin_notice = new_admin_notice
return