Revert "Fixes singularity radiation not reaching rad collectors" (#17685)

This reverts commit 79fe4f7dd2.
This commit is contained in:
S34N
2022-04-30 15:56:30 +01:00
committed by GitHub
parent f65087d8a8
commit 5cc55f206d
@@ -117,7 +117,7 @@
// it might mean we are stuck in a corner somewere. So move around to try to expand.
move()
if(current_size >= STAGE_TWO)
radiation_pulse(src, min(5000, (energy * 4.5) + 1000), RAD_DISTANCE_COEFFICIENT * 0.1)
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()