From 325c80c5c885ec58d40fb2b1b628ad26a8d4c64f Mon Sep 17 00:00:00 2001 From: Mocha-Not-Latte <53068506+Mocha-Not-Latte@users.noreply.github.com> Date: Sun, 6 Dec 2020 01:52:41 -0700 Subject: [PATCH] Yeets Prommies from antag (#370) 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 --- code/game/antagonist/antagonist.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/antagonist/antagonist.dm b/code/game/antagonist/antagonist.dm index deab6f15f6f..3d9b429846b 100644 --- a/code/game/antagonist/antagonist.dm +++ b/code/game/antagonist/antagonist.dm @@ -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!"