From 7ae2615f519ad3ce2fffa8264d6351e955ee94f9 Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Sat, 2 May 2020 19:13:21 +0200 Subject: [PATCH] Whops. --- code/game/objects/structures/loot_pile.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/loot_pile.dm b/code/game/objects/structures/loot_pile.dm index bbcfacd9c1..b6249ec1e4 100644 --- a/code/game/objects/structures/loot_pile.dm +++ b/code/game/objects/structures/loot_pile.dm @@ -60,7 +60,7 @@ if(!safe_maint_items) safe_maint_items = list() for(var/A in GLOB.maintenance_loot) - if(ispath(A, /obj/item)) - safe_maint_items[A] = GLOB.maintenance_loot[A] + if(ispath(A, /obj/item)) + safe_maint_items[A] = GLOB.maintenance_loot[A] loot += safe_maint_items return ..()