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

Commit 0cd613d

Browse files
oops
1 parent d784322 commit 0cd613d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

code/modules/power/supermatter/supermatter.dm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,9 @@ 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
915918
if(support_integrity<10)
916919
powerloss_inhibitor = 0 //ensure big explosion
917920
surging = 100000

0 commit comments

Comments
 (0)