mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-23 23:24:55 +01:00
39f14a518a
## About The Pull Request Swaps `src` for `get_turf(src)` in the `hearers()` in the bioscrambler core's pulse activation. The core will effectively always be inside an `assembly_holder`, so just `src` is basically never going to work. I'm assuming it's supposed to work inside anything given that the pulse effect also doesn't care about containers. ## Why It's Good For The Game fixes #95239 ## Changelog 🆑 fix: Bioscrambler anomaly pulse activation works /🆑