Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit c3cff55

Browse files
whatever
1 parent 303b23e commit c3cff55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

code/modules/power/supermatter/supermatter.dm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,10 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal)
438438
priority_announce("RESONANCE CASCADE IMMINENT.", "Anomaly Alert", 'sound/misc/notice1.ogg', color_override="yellow")
439439
resonance_cascading = TRUE
440440
sound_to_playing_players('sound/magic/lightning_chargeup.ogg', 50, FALSE) // yogs end
441-
add_overlay(mutable_appearance('icons/obj/tesla_engine/energy_ball.dmi', "smenergy_ball", /obj/singularity/energy_ball, LIGHTING_PRIMARY_LAYER, MASSIVE_OBJ_PLANE))
441+
var/mutable_appearance/sm_ball = mutable_appearance('icons/obj/tesla_engine/energy_ball.dmi', "smenergy_ball", /obj/singularity/energy_ball, LIGHTING_PRIMARY_LAYER)
442+
sm_ball.pixel_x -= 32
443+
sm_ball.pixel_y -= 32
444+
add_overlay(sm_ball)
442445
if(supermatter_blob)
443446
if(!check_containment(src, 5))
444447
priority_announce("LEVEL 5 BIOHAZARD OUTBREAK IMMINENT.", "Anomaly Alert", 'sound/misc/notice1.ogg', color_override="yellow")

0 commit comments

Comments
 (0)