From a06de7c3b768d3dac29be0639574449ee08e9e10 Mon Sep 17 00:00:00 2001 From: Ghommie Date: Wed, 31 Jul 2019 13:26:47 +0200 Subject: [PATCH] mistake. --- modular_citadel/code/modules/custom_loadout/custom_items.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_citadel/code/modules/custom_loadout/custom_items.dm b/modular_citadel/code/modules/custom_loadout/custom_items.dm index abaa3db39d..ece673587f 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -73,8 +73,8 @@ alternate_worn_icon = 'icons/mob/custom_w.dmi' icon_state = "darksheath" item_state = "darksheath" - var/list/fitting_swords = list(/obj/item/toy/darksabre) - var/starting_sword = /obj/item/toy/darksabre + fitting_swords = list(/obj/item/toy/darksabre) + starting_sword = /obj/item/toy/darksabre /obj/item/clothing/suit/armor/vest/darkcarapace name = "Dark Armor"