Skip to content

Commit

Permalink
Update anomalies.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyda authored Jan 12, 2025
1 parent 851a1e6 commit b3a5bca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/game/objects/effects/anomalies.dm
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@
/obj/effect/anomaly/bhole/atom_init()
. = ..()
aSignal.origin_tech = "materials=8;combat=4;engineering=4"

START_PROCESSING(SSobj, src)
anomalyEffect()

/obj/effect/anomaly/bhole/process() // Thanks to DarkWater
anomalyEffect()

/obj/effect/anomaly/bhole/anomalyEffect()
..()
Expand Down

0 comments on commit b3a5bca

Please sign in to comment.