From 580542acccaa0a2c4d8a5a71ce5267ba911c6d20 Mon Sep 17 00:00:00 2001 From: interestingusernam3 <51925758+interestingusernam3@users.noreply.github.com> Date: Sat, 12 Dec 2020 20:30:11 +0100 Subject: [PATCH] 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. --- 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)