fixes getting nothing from necropolis chests (#57839)

This commit is contained in:
Fikou
2021-03-21 06:00:36 -07:00
committed by GitHub
parent 7d91d9af11
commit 7b12b80537
@@ -25,7 +25,7 @@
if(!istype(item, /obj/item/skeleton_key) || spawned_loot)
return FALSE
var/loot = rand(1,21)
var/loot = rand(1,20)
switch(loot)
if(1)
new /obj/item/shared_storage/red(src)