mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Removes tarot cards from necropolis chests (#31470)
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
new /obj/item/borg/upgrade/modkit/lifesteal(src)
|
||||
new /obj/item/bedsheet/cult(src)
|
||||
if(24)
|
||||
switch(rand(1, 11))
|
||||
switch(rand(1, 10))
|
||||
if(1)
|
||||
new /obj/item/blank_tarot_card(src)
|
||||
if(2 to 5)
|
||||
@@ -82,8 +82,6 @@
|
||||
new /obj/item/tarot_card_pack/jumbo(src)
|
||||
if(9, 10)
|
||||
new /obj/item/tarot_card_pack/mega(src)
|
||||
if(11)
|
||||
new /obj/item/tarot_generator(src) // ~1/250? Seems reasonable
|
||||
|
||||
//KA modkit design discs
|
||||
/obj/item/disk/design_disk/modkit_disk
|
||||
|
||||
Reference in New Issue
Block a user