From bc6d9550e6dbacaae33169c4394936ed4acf3c1f Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 13 Dec 2020 01:51:29 +0100 Subject: [PATCH] [MIRROR] Prevents bypassing the bluespace anomaly core limit by destroying demon portals (#2150) * Prevents bypassing the bluespace anomaly core limit by destroying demon portals (#55456) This replaces the bluespace anomaly core that can be dropped by demon portals with a 3.6% chance with a soul stone. * Prevents bypassing the bluespace anomaly core limit by destroying demon portals Co-authored-by: interestingusernam3 <51925758+interestingusernam3@users.noreply.github.com> --- code/game/objects/structures/icemoon/cave_entrance.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/icemoon/cave_entrance.dm b/code/game/objects/structures/icemoon/cave_entrance.dm index 9e1f5f7e105..7da6d18edfa 100644 --- a/code/game/objects/structures/icemoon/cave_entrance.dm +++ b/code/game/objects/structures/icemoon/cave_entrance.dm @@ -169,7 +169,7 @@ GLOBAL_LIST_INIT(ore_probability, list( if(17) new /obj/item/reagent_containers/food/drinks/drinkingglass/filled/nuka_cola(loc) if(18) - new /obj/item/assembly/signaler/anomaly/bluespace(loc) + new /obj/item/soulstone/anybody(loc) if(19) new /obj/item/disk/design_disk/modkit_disc/resonator_blast(loc) if(20)