## About The Pull Request
Caused by:
- https://github.com/tgstation/tgstation/pull/88048
Trying to use the fireplace would result in runtimes and the smoke
particles not triggering.
Even though the runtime is fixed, the new particle changes in #88048
broke the pixel offsets. While I was testing, anytime I tried switching
a pixel offset it would update all fireplaces. I tried to limit it to
add the shared particle id to `"fireplace_[dir]"` so that it would only
apply to the objects in that direction but I couldn't get it to work. I
would guess this also affects a lot of other objects that have particle
pixel offsets.
Runtime is fixed. Particle offsets are still broken.
## Why It's Good For The Game
Fireplaces no more runtime.
## Changelog
🆑
fix: Fix fireplace particles runtimes.
/🆑