space-station-14 icon indicating copy to clipboard operation
space-station-14 copied to clipboard

Radiation pulse ECS

Open Macoron opened this issue 1 year ago • 0 comments

About the PR

Refactor radiation pulse to ECS.

  • Radiation emission logic moved to RadiationSourceComponent
  • Visual green circle logic left in RadiationPulseComponent
  • Radiation pulse now uses TimedDespawnComponent.
  • Added PlayOnSpawnComponent which plays sound when entity is spawned.

I didn't touch much radiation logic, this is just groundwork for any future changes.

Macoron avatar Aug 16 '22 14:08 Macoron