Opens the ERT debug-command preset for actual use.

This commit is contained in:
Gamerofthegame
2013-02-26 21:25:48 -05:00
parent 3e4205ffad
commit f3ba4e4ec6

View File

@@ -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))