[Bug] Radiation Collectors display incorrect wattage after being moved outside receive_pulse range
Created by: Probe1
Radiation collectors will receive power based on
power_produced = P.air_contents.toxins * pulse_strength * 3.5
And pulse_strength is defined partially by
if (get_dist(R, src) <= 15) // Better than using orange() every process. R.receive_pulse(energy)
Set up a radiation collector within 15 tiles of a singlo/sme power source and it successfully collects power, then remove the plasma tank, unwrench the collector and move it any distance beyond 15 away from the singlo/sme. Across the station or in maint 16 tiles away, doesn't matter. It will still display the last wattage produced. The power displayed is not actually produced, so this is a visual error and not an exploit for tons of power production (unfortunately).