mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-26 18:13:35 +00:00
adds missing comment and removes capitals for consistency
This commit is contained in:
@@ -108,7 +108,7 @@ var/list/admin_verbs_admin = list(
|
|||||||
/datum/admins/proc/sendFax,
|
/datum/admins/proc/sendFax,
|
||||||
/client/proc/despawn_player,
|
/client/proc/despawn_player,
|
||||||
/datum/admins/proc/view_feedback,
|
/datum/admins/proc/view_feedback,
|
||||||
/client/proc/SetCKey
|
/client/proc/setckey //YW add - readds SetCkey proc
|
||||||
)
|
)
|
||||||
|
|
||||||
var/list/admin_verbs_ban = list(
|
var/list/admin_verbs_ban = list(
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// Command to set the ckey of a mob without requiring VV permission
|
// 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 category = "Admin"
|
||||||
set name = "Set CKey"
|
set name = "Set CKey"
|
||||||
set desc = "Mob to teleport"
|
set desc = "Mob to teleport"
|
||||||
|
|||||||
Reference in New Issue
Block a user