Files
Bubberstation/code/modules/atmospherics/gasmixtures
LemonInTheDark 0762422106 Fixes multiz gas not displaying properly (#76572)
## About The Pull Request

Broken by 51f02b5acc I introduced logic
that would use SET_PLANE_EXPLICIT's context arg's PLANE (if it had no
turf) as a source.
Since we use SET_PLANE_IMPLICIT in atom Initialize, if we set a plane
before Init, it'll end up double offsetting. This was effecting gas.

Solution, because this case is so rare, is just to set the plane on init
and store the offset on the object until then.

## Why It's Good For The Game

Closes #75709 
Closes #73642
## Changelog
🆑
fix: Gas, like plasma, will now properly display on multiz stations
/🆑
2023-07-06 11:39:01 -06:00
..
2023-06-17 17:46:56 +02:00