Verb category changes, telecoms verb fix

This commit is contained in:
Markolie
2016-11-08 16:23:13 +01:00
parent b77da4511e
commit cff0528673
10 changed files with 42 additions and 31 deletions
+2 -2
View File
@@ -540,9 +540,9 @@ var/global/nologevent = 0
world.Reboot("Initiated by [usr.client.holder.fakekey ? "Admin" : usr.key].", "end_error", "admin reboot - by [usr.key] [usr.client.holder.fakekey ? "(stealth)" : ""]", delay)
/datum/admins/proc/announce()
set category = "Special Verbs"
set category = "Admin"
set name = "Announce"
set desc="Announce your desires to the world"
set desc = "Announce your desires to the world"
if(!check_rights(R_ADMIN))
return