Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Fix captive xeno roundend report runtime (#1844)
* Fix captive xeno roundend report runtime (#82490) ## About The Pull Request `check_captivity` accepts a mob, not a mind ![image](https://github.com/tgstation/tgstation/assets/51863163/77952d56-8142-4bbc-8042-028dcb39a989) Which leads me to believe this always returned `null` and always failed. But checking further and this proc does not return a truthy or falsy value at all, meaning even if this runtime didn't happen, it still wouldn't function correctly. So I made it check for `CAPTIVE_XENO_PASS`. ## Changelog :cl: Melbert fix: Captive Xeno end round report should make a tad more sense /:cl: * Fix captive xeno roundend report runtime --------- Co-authored-by: MrMelbert <[email protected]>
- Loading branch information