Skip to content

Commit

Permalink
Yeets Prommies from antag (#370)
Browse files Browse the repository at this point in the history
They're simply too powerful. We're too unrobust to deal with the absolute heck of antag prommies. This is a better solution than well, just /removing/ them
  • Loading branch information
Mocha-Not-Latte committed Dec 6, 2020
1 parent bf35898 commit 325c80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/antagonist/antagonist.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var/list/restricted_jobs = list() // Jobs that cannot be this antagonist at roundstart (depending on config)
var/list/protected_jobs = list() // As above.
var/list/blacklisted_jobs = list(/datum/job/submap) // Jobs that can NEVER be this antagonist
var/list/blacklisted_species = list(SPECIES_ADHERENT, SPECIES_DIONA, SPECIES_NABBER)
var/list/blacklisted_species = list(SPECIES_ADHERENT, SPECIES_DIONA, SPECIES_NABBER, SPECIES_PROMETHEAN)

// Strings.
var/welcome_text = "Cry havoc and let slip the dogs of war!"
Expand Down

0 comments on commit 325c80c

Please sign in to comment.