From 4e77f76aa4d398f8ffff90e844b4199cf35cd3b6 Mon Sep 17 00:00:00 2001 From: fallcon Date: Tue, 15 Oct 2024 09:00:17 -0500 Subject: [PATCH] anomaly edits --- code/game/objects/effects/spawners/random.dm/anomaly.dm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/game/objects/effects/spawners/random.dm/anomaly.dm b/code/game/objects/effects/spawners/random.dm/anomaly.dm index aaa2661b91db..aa8fa472de2c 100644 --- a/code/game/objects/effects/spawners/random.dm/anomaly.dm +++ b/code/game/objects/effects/spawners/random.dm/anomaly.dm @@ -16,6 +16,7 @@ /obj/effect/anomaly/plasmasoul/planetary, /obj/effect/anomaly/phantom/planetary, /obj/effect/anomaly/melter/planetary, + /obj/effect/anomaly/transfusion/planetary, ) /obj/effect/spawner/random/anomaly/safe @@ -26,6 +27,7 @@ /obj/effect/anomaly/sparkler/planetary, /obj/effect/anomaly/veins/planetary, /obj/effect/anomaly/phantom/planetary, + /obj/effect/anomaly/transfusion/planetary, ) /obj/effect/spawner/random/anomaly/dangerous @@ -211,8 +213,8 @@ /obj/effect/spawner/random/anomaly/storm loot = list( - /obj/effect/anomaly/flux, - /obj/effect/anomaly/pyro, + /obj/effect/anomaly/flux/storm, + /obj/effect/anomaly/pyro/storm, /obj/effect/anomaly/sparkler, /obj/effect/anomaly/veins, /obj/effect/anomaly/phantom,