Files
Bubberstation/code/modules/antagonists
SkyratBot 8ee2bdb374 [MIRROR] Fixes heretic target assignment, also adds a debug verb to help debug objectives and similar [MDB IGNORE] (#11623)
* 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>
2022-02-20 06:34:29 -05:00
..