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

Commit c941da7

Browse files
final
1 parent e58d2d7 commit c941da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/power/supermatter/supermatter.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ 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-
var/mutable_appearance/sm_ball = mutable_appearance('icons/obj/tesla_engine/energy_ball.dmi', "smenergy_ball", /obj/singularity/energy_ball, LIGHTING_PRIMARY_LAYER)
441+
var/mutable_appearance/sm_ball = mutable_appearance('icons/obj/tesla_engine/energy_ball.dmi', "smenergy_ball", LIGHTING_PRIMARY_LAYER)
442442
sm_ball.pixel_x -= 32
443443
sm_ball.pixel_y -= 32
444444
add_overlay(sm_ball)

0 commit comments

Comments
 (0)