From 365b16e298c7a4058c8edaebb59392da5a3314db Mon Sep 17 00:00:00 2001 From: kevinz000 Date: Mon, 21 Aug 2017 19:47:23 -0700 Subject: [PATCH] saving work --- code/citadel/custom_loadout/read_from_file.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/citadel/custom_loadout/read_from_file.dm b/code/citadel/custom_loadout/read_from_file.dm index f5b668da92..eb75c88c2e 100644 --- a/code/citadel/custom_loadout/read_from_file.dm +++ b/code/citadel/custom_loadout/read_from_file.dm @@ -73,4 +73,5 @@ GLOBAL_LIST(custom_item_list) ret[item_path] += GLOB.custom_item_list[ckey][char][job][item_path] else ret[item_path] = GLOB.custom_item_list[ckey][char][job][item_path] + to_chat(world, "debug: parsing returned [english_list(ret)]") return ret