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

Commit f20fcef

Browse files
less zaps
1 parent 0cd613d commit f20fcef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

code/modules/power/supermatter/supermatter.dm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -890,16 +890,13 @@ 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-
supermatter_zap(src, 7, 2000)
894893
antinoblium_safety()
895894
if(support_integrity<3)
896895
if(!antinoblium_safety())
897896
var/emp_power = round(explosion_power * (1+(1-(support_integrity/3))),1)
898897
empulse(src, emp_power)
899-
supermatter_zap(src, 7, 2000+power)
900898
if(support_integrity<100)
901899
power += round((100-support_integrity)/2,1)
902-
supermatter_zap(src, 7, 2000+power)
903900
if(support_integrity<70)
904901
if(prob(30+round((100-support_integrity)/2,1)))
905902
playsound(src.loc, 'sound/weapons/emitter2.ogg', 100, 1, extrarange = 10)
@@ -908,6 +905,7 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal)
908905
if(prob(10))
909906
T.hotspot_expose(max(((100-support_integrity)*2)+FIRE_MINIMUM_TEMPERATURE_TO_EXIST,T.return_air().return_temperature()), 100)
910907
if(prob(10+round(support_integrity/10,1)))
908+
supermatter_zap(src, 7, 2000+power)
911909
pulsewave()
912910
var/ballcount = round(10-(support_integrity/10), 1) // Cause more radballs to be spawned
913911
for(var/i = 1 to ballcount)

0 commit comments

Comments
 (0)