Skip to content

Fix inacurrate power values on radiation collectors

Rob Nelson requested to merge pull/3396/Rad-Collector into Bleeding-Edge

Created by: dylanstrategie

Since the last_power value used to show power output for a radiation collector only updates during radiation pulses, pulling a radiation collector away from the Singularity's area of effect and re-enabling it caused it to show power it wasn't producing. This fixes that

  • Change plasma tank prompt for unwrenching to span warning
  • Some formatting
  • When the plasma tank is pulled out, last_power is set to 0
  • When the radiation collector is manually disabled, last_power is set to 0
  • As a fail-safe, if the radiation collector is de-anchored, last_power is set to 0

Addresses and fixes #3277 (closed)

Merge request reports