makes it so you can actually get the items

This commit is contained in:
Fox McCloud
2019-08-27 18:49:25 -04:00
parent 1a5c25603e
commit a70084a63f
@@ -18,7 +18,7 @@
if(!add_loot)
return
var/loot = rand(1,25)
var/loot = rand(1, 26)
switch(loot)
if(1)
new /obj/item/shared_storage/red(src)