mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-18 04:33:40 +01:00
72490716b3
* Light eater can no longer eat space tiles (#78339) ## About The Pull Request This PR makes it so that the nightmare's light eater can't eat space tiles because well, it's space. The way I did it was just an explicit check to exclude space tiles specifically, as I can't really think of anything else it would apply to. Let me know if I should make it more general. Doesn't use `COMPONENT_BLOCK_LIGHT_EATER` because as mentioned by @ MrMelbert, there's a lot of space tiles and that would be expensive ## Why It's Good For The Game It's called light eater, not star eater. Fixes #78318 ## Changelog 🆑 fix: The Nightmare's Light Eater can no longer suck the light out of space tiles. /🆑 --------- Co-authored-by: Ghom <42542238+Ghommie@ users.noreply.github.com> * Light eater can no longer eat space tiles --------- Co-authored-by: Nick <42454181+Momo8289@users.noreply.github.com> Co-authored-by: Ghom <42542238+Ghommie@ users.noreply.github.com>