Changes to Category

changes Administration to Admin
This commit is contained in:
peoplearestrange
2020-02-04 20:16:10 +00:00
committed by GitHub
parent 1b5e7cbdb9
commit ea1857ec22

View File

@@ -505,7 +505,7 @@
/datum/admins/proc/announce()
set category = "Administration"
set category = "Admin"
set name = "Announce"
set desc="Announce your desires to the world"
if(!check_rights(0))
@@ -655,7 +655,7 @@
SSblackbox.record_feedback("tally", "admin_verb", 1, "Delay Game Start") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/datum/admins/proc/unprison(mob/M in GLOB.mob_list)
set category = "Administration"
set category = "Admin"
set name = "Unprison"
if (is_centcom_level(M.z))
SSjob.SendToLateJoin(M)