[MIRROR] fugitives now poll for a fugitive role, instead of being based on traitors [MDB IGNORE] (#10051)

* fugitives now poll for a fugitive role, instead of being based on traitors (#63339)

Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>

* fugitives now poll for a fugitive role, instead of being based on traitors

Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com>
Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-12-13 10:40:07 +00:00
committed by GitHub
co-authored by Mothblocks tralezab
parent 44fd2c3a4c
commit 69b4651d81
6 changed files with 51 additions and 5 deletions
@@ -112,6 +112,7 @@
/datum/asset/spritesheet/antagonists/register()
// Antagonists that don't have a dynamic ruleset, but do have a preference
var/static/list/non_ruleset_antagonists = list(
ROLE_FUGITIVE = /datum/antagonist/fugitive,
ROLE_LONE_OPERATIVE = /datum/antagonist/nukeop/lone,
)