didn't init the list, bravo.

This commit is contained in:
Ghommie
2019-06-24 03:09:43 +02:00
parent e0b9706453
commit 71298c084d
@@ -224,8 +224,7 @@
var/obj/item/storage/box/mre/M = A
var/our_chance = initial(M.spawner_chance)
if(our_chance)
loot += M
loot[M] = our_chance
LAZYSET(loot, M, our_chance)
return ..()