From 6013605aa641cc71c5eda6c143396a5bf283580a Mon Sep 17 00:00:00 2001 From: Rob Nelson Date: Sat, 30 Nov 2013 15:20:32 -0800 Subject: [PATCH] Add back in /fail/station's DNA dickery panel, fix missing block shifting. Conflicts: code/modules/admin/verbs/debug.dm --- code/modules/admin/verbs/debug.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/admin/verbs/debug.dm b/code/modules/admin/verbs/debug.dm index 9d713a8fdb2..a46de29b2f3 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -1029,7 +1029,6 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that usr << list2text(respawnable_list,",") - /client/proc/cmd_admin_toggle_block(var/mob/M in mob_list,var/block) set category = "Fun" set name = "Toggle a DNA Block"