Sentience preference selection and antag datum (#69569)

This commit is contained in:
Profakos
2022-09-07 17:59:50 -07:00
committed by GitHub
parent 8979d9046b
commit ba0366210e
15 changed files with 126 additions and 18 deletions
@@ -118,6 +118,7 @@
var/static/list/non_ruleset_antagonists = list(
ROLE_FUGITIVE = /datum/antagonist/fugitive,
ROLE_LONE_OPERATIVE = /datum/antagonist/nukeop/lone,
ROLE_SENTIENCE = /datum/antagonist/sentient_creature,
)
var/list/antagonists = non_ruleset_antagonists.Copy()