Merge pull request #5858 from Markolie/grammarnazi

Verb category changes, telecoms verb fix
This commit is contained in:
Fox McCloud
2016-12-07 12:33:36 -05:00
committed by GitHub
10 changed files with 43 additions and 32 deletions
+2 -2
View File
@@ -539,9 +539,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