From f3ba4e4ec6286d2e2fba6a5c31db3701fab55a2c Mon Sep 17 00:00:00 2001 From: Gamerofthegame Date: Tue, 26 Feb 2013 21:25:48 -0500 Subject: [PATCH] Opens the ERT debug-command preset for actual use. --- code/modules/admin/verbs/debug.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/admin/verbs/debug.dm b/code/modules/admin/verbs/debug.dm index c15a89aa102..ef5c02be9a0 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -553,6 +553,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that "blue wizard", "red wizard", "marisa wizard", + "emergency rescue team", ) var/dresscode = input("Select dress for [M]", "Robust quick dress shop") as null|anything in dresspacks if (isnull(dresscode))