Merge pull request #6213 from Citadel-Station-13/upstream-merge-36840

[MIRROR] Fixes singularity power output
This commit is contained in:
LetterJay
2018-04-01 01:00:07 -05:00
committed by GitHub
@@ -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()