From d27541d5fbc58f44ea0d6e8f44604e17081e584c Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sun, 1 Apr 2018 01:18:48 -0400 Subject: [PATCH 1/2] Merge pull request #36840 from 81Denton/singulo-power Fixes singularity power output --- code/modules/power/singularity/singularity.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/singularity/singularity.dm b/code/modules/power/singularity/singularity.dm index 3c7d00b3fd..ad83fb31a2 100644 --- a/code/modules/power/singularity/singularity.dm +++ b/code/modules/power/singularity/singularity.dm @@ -114,7 +114,7 @@ /obj/singularity/process() if(current_size >= STAGE_TWO) move() - radiation_pulse(src, min(5000, (energy*3)+1000), RAD_DISTANCE_COEFFICIENT*0.5) + radiation_pulse(src, min(5000, (energy*4.5)+1000), RAD_DISTANCE_COEFFICIENT*0.5) if(prob(event_chance))//Chance for it to run a special event TODO:Come up with one or two more that fit event() eat()