This commit is contained in:
Ghommie
2020-05-02 19:13:21 +02:00
parent c38c1755cd
commit 7ae2615f51
+2 -2
View File
@@ -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 ..()