Added Change CKey Admin Verb

In order to let a broader range of admins set the ckey of mobs without
breaking things, this verb allows setting the ckey of mobs only to
currently-online players.
This commit is contained in:
Leshana
2016-05-20 20:43:36 -04:00
parent 52dfb8e5b1
commit e86d0a0ccb
3 changed files with 22 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ var/list/admin_verbs_admin = list(
/client/proc/jumptocoord, //we ghost and jump to a coordinate,
/client/proc/Getmob, //teleports a mob to our location,
/client/proc/Getkey, //teleports a mob with a certain ckey to our location,
/client/proc/SetCKey, //set the ckey of a mob
// /client/proc/sendmob, //sends a mob somewhere, -Removed due to it needing two sorting procs to work, which were executed every time an admin right-clicked. ~Errorage,
/client/proc/Jump,
/client/proc/jumptokey, //allows us to jump to the location of a mob with a certain ckey,