Fixes select job equipment cancel

This commit is contained in:
Jordie0608
2014-11-18 22:50:33 +11:00
parent 87fe5489a7
commit ce6a1d0d89
+2
View File
@@ -612,6 +612,8 @@ var/global/list/g_fancy_list_of_types = null
if (dresscode == "as job...")
var/jobname = input("Select job", "Robust quick dress shop") as null|anything in get_all_jobs()
jobdatum = job_master.GetJob(jobname)
if(isnull(jobname))
return
feedback_add_details("admin_verb","SEQ") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
for (var/obj/item/I in M)