From 32661552e9182f7806abff3e2aa3bc93e93f3c4c Mon Sep 17 00:00:00 2001 From: SamCroswell Date: Wed, 3 Dec 2014 21:48:42 -0500 Subject: [PATCH] You cannot use the force, Luke! --- code/modules/admin/verbs/debug.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/admin/verbs/debug.dm b/code/modules/admin/verbs/debug.dm index 31564d38d91..c0eb14ab167 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -767,8 +767,6 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that W.registered_name = M.real_name M.equip_to_slot_or_del(W, slot_wear_id) - cmd_admin_toggle_block(M,"TELE") - if("assassin") M.equip_to_slot_or_del(new /obj/item/clothing/under/suit_jacket(M), slot_w_uniform) M.equip_to_slot_or_del(new /obj/item/clothing/shoes/black(M), slot_shoes)