Replaces two warnings that shouldn't be warnings (#2426)

Replaces two warnings with alerts or dangers as they are better fitting. Might be good to keep this open for a while in case anymore pop up.
This commit is contained in:
Ron
2017-05-23 12:01:44 +03:00
committed by skull132
parent 92603bf17c
commit f0766fa72d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -513,7 +513,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
M.revive()
log_admin("[key_name(usr)] healed / revived [key_name(M)]",admin_key=key_name(usr),ckey=key_name(M))
message_admins("<span class='warning'>Admin [key_name_admin(usr)] healed / revived [key_name_admin(M)]!</span>", 1)
message_admins("<span class='danger'>Admin [key_name_admin(usr)] healed / revived [key_name_admin(M)]!</span>", 1)
else
alert("Admin revive disabled")
feedback_add_details("admin_verb","REJU") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!