mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 17:18:16 +01:00
## About The Pull Request Fix #82891 PR #82030 added this job flag check to dynamic candidate trimming https://github.com/tgstation/tgstation/blob/cd29b123eff035fff7da10d21f8d55e1c898670f/code/controllers/subsystem/dynamic/dynamic_rulesets_midround.dm#L77-L79 Problem: AIs do not have `JOB_CREW_MEMBER`! This meant that all AI mobs were trimmed out of the candidate list for midround malf, so no it always failed This PR fixes this by flipping `restrict_ghost_roles` to `FALSE` for midround malf and then tightening up some of the checks to ensure off station AIs don't roll malf. ## Changelog 🆑 Melbert fix: Midround malf can roll again /🆑