mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
fixes getting nothing from necropolis chests (#57839)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user