From 607d65b99e3fe6bb566575ca925b2e76bdf4be1f Mon Sep 17 00:00:00 2001 From: TDSSS <32099540+TDSSS@users.noreply.github.com> Date: Sat, 10 Oct 2020 00:28:39 +0200 Subject: [PATCH] slightly different tabbing --- code/modules/mining/lavaland/loot/colossus_loot.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mining/lavaland/loot/colossus_loot.dm b/code/modules/mining/lavaland/loot/colossus_loot.dm index acfdb10c2eb..3dfcb1fffdb 100644 --- a/code/modules/mining/lavaland/loot/colossus_loot.dm +++ b/code/modules/mining/lavaland/loot/colossus_loot.dm @@ -393,8 +393,8 @@ activation_method = "touch" cooldown_add = 50 activation_sound = 'sound/magic/timeparadox2.ogg' - var/list/banned_items_typecache = list( /obj/item/storage, /obj/item/implant, /obj/item/implanter, /obj/item/disk/nuclear, - /obj/item/projectile, /obj/item/spellbook, /obj/item/clothing/mask/facehugger/) + var/list/banned_items_typecache = list(/obj/item/storage, /obj/item/implant, /obj/item/implanter, /obj/item/disk/nuclear, + /obj/item/projectile, /obj/item/spellbook, /obj/item/clothing/mask/facehugger) /obj/machinery/anomalous_crystal/refresher/New() ..()