mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
[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:
co-authored by
Mothblocks
tralezab
parent
44fd2c3a4c
commit
69b4651d81
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user