Skip to content

Commit

Permalink
anomaly edits
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Oct 15, 2024
1 parent dc7801c commit 4e77f76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/game/objects/effects/spawners/random.dm/anomaly.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 4e77f76

Please sign in to comment.