adds missing comment and removes capitals for consistency

This commit is contained in:
Repede
2020-09-06 16:31:32 -04:00
parent f4ab9e9022
commit 037f76babd
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ var/list/admin_verbs_admin = list(
/datum/admins/proc/sendFax,
/client/proc/despawn_player,
/datum/admins/proc/view_feedback,
/client/proc/SetCKey
/client/proc/setckey //YW add - readds SetCkey proc
)
var/list/admin_verbs_ban = list(

View File

@@ -1,5 +1,5 @@
// Command to set the ckey of a mob without requiring VV permission
/client/proc/SetCKey(var/mob/M in mob_list)
/client/proc/setckey(var/mob/M in mob_list) //YW modif, removed caps from setckey
set category = "Admin"
set name = "Set CKey"
set desc = "Mob to teleport"