mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user