Merge pull request #12835 from kappa-sama/patch-36
might fix necropolis chests turning up completely empty
This commit is contained in:
@@ -79,9 +79,9 @@
|
||||
new /obj/item/clothing/neck/necklace/memento_mori(src)
|
||||
if(29)
|
||||
if(prob(50))
|
||||
new /obj/item/malf_upgrade
|
||||
new /obj/item/malf_upgrade(src)
|
||||
else
|
||||
new /obj/item/disk/tech_disk/illegal
|
||||
new /obj/item/disk/tech_disk/illegal(src)
|
||||
|
||||
//KA modkit design discs
|
||||
/obj/item/disk/design_disk/modkit_disc
|
||||
|
||||
Reference in New Issue
Block a user