From 70aba87147cf9449448a326e95fb7de43b5c15bd Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 10 Dec 2018 00:18:47 +0000 Subject: [PATCH] Attempt to fix inconsistent indentation --- code/modules/admin/admin_verbs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index b56bee42e3..85a1f5c702 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -347,7 +347,7 @@ var/list/admin_verbs_mod = list( /client/proc/cmd_admin_subtle_message, //send an message to somebody as a 'voice in their head', /datum/admins/proc/paralyze_mob, /client/proc/cmd_admin_direct_narrate, -// /datum/admins/proc/quick_nif, //CHOMPStation Add, //Chompstation Edit: Removing NIFs - Jon +// /datum/admins/proc/quick_nif, //Chompstation Edit: Removing NIFs - Jon, /client/proc/allow_character_respawn, // Allows a ghost to respawn , /datum/admins/proc/sendFax, /client/proc/giveruntimelog, //allows us to give access to runtime logs to somebody,