Add prefs for Be Morph, Be Maintpred, Be Lost Drone

Allows the 'never for this round' button to work, and for them to be disabled entirely if you don't want to be asked again.
This commit is contained in:
Aronai Sieyes
2020-05-04 20:04:43 -04:00
parent 538e85283b
commit 01a51e5acd
4 changed files with 18 additions and 1 deletions
@@ -17,6 +17,11 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in set
"mutineer" = 1, // 13
"loyalist" = 1, // 14
"pAI candidate" = 1, // 15
//VOREStation Add
"lost drone" = 1, // 16
"maint pred" = 1, // 17
"morph" = 1, // 18
//VOREStation Add End
)
/datum/category_item/player_setup_item/antagonism/candidacy