mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 17:11:52 +00:00
## About The Pull Request Fixes https://github.com/tgstation/tgstation/issues/76065 Fixes https://github.com/tgstation/tgstation/issues/73860  https://github.com/tgstation/tgstation/pull/74453 _cough_ So it turned out that no emissive blocker overlays were being added to mobs because `blocks_emissive` being `FALSE` no longer means that it doesn't block emissives. We have to check for `EMISSIVE_BLOCK_NONE` instead after the optimization from the linked PR. ## Why It's Good For The Game  <details><summary>Fixes the window mesh prisons</summary>   </details> <details><summary>No more of the weird partial transparency with buttons and the like</summary>   </details> ## Changelog 🆑 fix: fixes mobs missing most of their emissive blockers /🆑