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

Commit 9930586

Browse files
better
1 parent c3cff55 commit 9930586

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
@@ -827,7 +827,7 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal)
827827
if(supermatter_blob)
828828
if(!check_containment(src, 5))
829829
if(!debug_inhibitor)
830-
powerloss_inhibitor = 0.001
830+
powerloss_inhibitor = 0
831831
power += 10000
832832
if(prob(2))
833833
empulse(src, 10, 5)
@@ -917,7 +917,7 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal)
917917
if(!antinoblium_safety())
918918
bypass_containment = TRUE
919919
if(support_integrity<10)
920-
powerloss_inhibitor = 0.001 //ensure big explosion
920+
powerloss_inhibitor = 0 //ensure big explosion
921921
surging = 100000
922922
if(istype(T, /turf/open/space) || T.return_air().total_moles() < MOLE_SPACE_THRESHOLD)
923923
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)