From 8a7f27803ccbbfc882dca5d3734556dce0393df6 Mon Sep 17 00:00:00 2001 From: Fermi <> Date: Wed, 9 Oct 2019 16:40:01 +0100 Subject: [PATCH] Maybe --- code/modules/holiday/halloween/bartholomew.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/holiday/halloween/bartholomew.dm b/code/modules/holiday/halloween/bartholomew.dm index b6ad447498..2bb7c41693 100644 --- a/code/modules/holiday/halloween/bartholomew.dm +++ b/code/modules/holiday/halloween/bartholomew.dm @@ -57,5 +57,6 @@ return TRUE var/metalist = GLOB.maintenance_loot for(var/i = length, i <= 5, i+=1) - items_list += pick(metalist) + var/obj/item = pick(metalist) + items_list += item return TRUE