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
+1 -1
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"