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

Commit 303b23e

Browse files
forgor
1 parent 83e7da7 commit 303b23e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/modules/power/supermatter/supermatter.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal)
824824
if(supermatter_blob)
825825
if(!check_containment(src, 5))
826826
if(!debug_inhibitor)
827-
powerloss_inhibitor = 0.01
827+
powerloss_inhibitor = 0.001
828828
power += 10000
829829
if(prob(2))
830830
empulse(src, 10, 5)
@@ -914,7 +914,7 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal)
914914
if(!antinoblium_safety())
915915
bypass_containment = TRUE
916916
if(support_integrity<10)
917-
powerloss_inhibitor = 0.01 //ensure big explosion
917+
powerloss_inhibitor = 0.001 //ensure big explosion
918918
surging = 100000
919919
if(istype(T, /turf/open/space) || T.return_air().total_moles() < MOLE_SPACE_THRESHOLD)
920920
damage += DAMAGE_HARDCAP * explosion_point //Can't cheat by spacing the crystal to buy time, it will just delaminate faster

0 commit comments

Comments
 (0)