Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PORT] Fix some bugs related to the xenomorph roundend report (#2423)
* Science Xenos no longer turn the roundend report all bold (#81311) ## About The Pull Request Fixes the 2% xeno's roundend report from turning the rest of the report into bold letters. ## Why It's Good For The Game look it's not all bold anymore ![image](https://github.com/tgstation/tgstation/assets/53777086/5b46dc02-5fb5-4d16-aedf-fc1c11aad045) ## Changelog :cl: fix: Science Xenos no longer turn the entire roundend report into bold letters. /:cl: * 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: --------- Co-authored-by: John Willard <[email protected]> Co-authored-by: MrMelbert <[email protected]>
- Loading branch information