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

Commit d7c1d1f

Browse files
no spamming
1 parent f20fcef commit d7c1d1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code/modules/power/supermatter/supermatter.dm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,8 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal)
890890
priority_announce("COMPLETE RESTABILIZATION OF ALL MAJOR SUPPORT SYSTEMS, MATTER EMISSION FACTOR PERCENTAGE DROPPING, PROCEED WITH CAUTION.", "Anomaly Alert", 'sound/misc/notice1.ogg', color_override="green")
891891
support_integrity -= 1
892892
radiation_pulse(src, (100-support_integrity)*2, 4)
893-
antinoblium_safety()
893+
if(prob(30))
894+
antinoblium_safety()
894895
if(support_integrity<3)
895896
if(!antinoblium_safety())
896897
var/emp_power = round(explosion_power * (1+(1-(support_integrity/3))),1)

0 commit comments

Comments
 (0)