antag_datums GC fixes (#18321)

This commit is contained in:
SteelSlayer
2022-07-13 18:22:25 -05:00
committed by GitHub
parent b0c73f77ff
commit f9b2a2b67e
2 changed files with 4 additions and 19 deletions
@@ -13,8 +13,6 @@ GLOBAL_LIST_EMPTY(antagonists)
var/silent = FALSE
/// List of other antag datum types that this type can't coexist with.
var/list/antag_datum_blacklist
/// Should this datum be deleted when the owner's mind is deleted.
var/delete_on_mind_deletion = TRUE
/// Used to determine if the player jobbanned from this role. Things like `SPECIAL_ROLE_TRAITOR` should go here to determine the role.
var/job_rank
/// Should we replace the role-banned player with a ghost?