mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 20:22:07 +00:00
* Fixes heretic target assignment, also adds a debug verb to help debug objectives and similar (#64909) Closes #64897 This PR adds a new debug button to spawn in a bunch of human dummies, assign them to one of each station job, and add them to the manifest to simulate a "full crew" on a live server. This PR also fixes heretic target assignment. shuffle_inplace() doesn't return the list it shuffled, so the loops never functioned, and all targets were randomly picked instead of picked with the logic. * Fixes heretic target assignment, also adds a debug verb to help debug objectives and similar Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>