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

Commit d784322

Browse files
fix
1 parent 38bf740 commit d784322

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

code/modules/power/supermatter/supermatter.dm

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal)
808808
if(antinoblium_attached)
809809
if(support_integrity <= 10)
810810
if(!antinoblium_safety())
811-
radio.talk_into(src, "WARNING: CONTROLLED ANTINOBLIUM CONCENTRATION DE, PROCEED WITH CAUTION.", engineering_channel)
811+
radio.talk_into(src, "WARNING: DANGER: RESONANCE CASCADE IMMINENT.", engineering_channel)
812812
log_game("The supermatter crystal: DANGER: RESONANCE CASCADE IMMINENT.") // yogs start - Logs SM chatter
813813
investigate_log("The supermatter crystal: DANGER: RESONANCE CASCADE IMMINENT.", INVESTIGATE_SUPERMATTER) // yogs end
814814
else
@@ -912,9 +912,6 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal)
912912
var/ballcount = round(10-(support_integrity/10), 1) // Cause more radballs to be spawned
913913
for(var/i = 1 to ballcount)
914914
fire_nuclear_particle()
915-
if(support_integrity<=20)
916-
if(!antinoblium_safety())
917-
bypass_containment = TRUE
918915
if(support_integrity<10)
919916
powerloss_inhibitor = 0 //ensure big explosion
920917
surging = 100000

0 commit comments

Comments
 (0)