mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Admins can actually ban from recovered crew, blood worm, fugitive(/hunter), paradox clone, monkey helmet, glitch (#95522)
## About The Pull Request `ROLE_RECOVERED_CREW` jobban flag was used for recovered crew, experimental cloner, and now Thantorenasia, but it was never actually an option in the banning panel. Now it is. While investigating this, I noticed there was several polls that checked for an role that you couldn't ban from, so they were either added or folded into a different preference. (Blood worms, fugitive, fugitive hunter, paradox clone, glitch, monkey helmet) ## Changelog 🆑 Melbert admin: Admins can ban from "recovered crew", "blood worm", "fugitive" / "fugitive hunter", "glitch", and "paradox clone" admin: Mind Magnification Monkeys are now affected by a sentience ban (previously unbannable) /🆑
This commit is contained in:
@@ -373,20 +373,26 @@
|
||||
ROLE_MIND_TRANSFER,
|
||||
ROLE_POSIBRAIN,
|
||||
ROLE_SENTIENCE,
|
||||
ROLE_RECOVERED_CREW,
|
||||
),
|
||||
"Antagonist Positions" = list(
|
||||
ROLE_ABDUCTOR,
|
||||
ROLE_ALIEN,
|
||||
ROLE_BLOB,
|
||||
ROLE_BLOOD_WORM,
|
||||
ROLE_BROTHER,
|
||||
ROLE_CHANGELING,
|
||||
ROLE_CULTIST,
|
||||
ROLE_FUGITIVE,
|
||||
ROLE_FUGITIVE_HUNTER,
|
||||
ROLE_GLITCH,
|
||||
ROLE_HERETIC,
|
||||
ROLE_HIVE,
|
||||
ROLE_MALF,
|
||||
ROLE_NINJA,
|
||||
ROLE_OPERATIVE,
|
||||
ROLE_OVERTHROW,
|
||||
ROLE_PARADOX_CLONE,
|
||||
ROLE_REV,
|
||||
ROLE_REVENANT,
|
||||
ROLE_REV_HEAD,
|
||||
@@ -395,8 +401,8 @@
|
||||
ROLE_SPY,
|
||||
ROLE_SYNDICATE,
|
||||
ROLE_TRAITOR,
|
||||
ROLE_WIZARD,
|
||||
ROLE_VOIDWALKER,
|
||||
ROLE_WIZARD,
|
||||
),
|
||||
)
|
||||
for(var/department in long_job_lists)
|
||||
|
||||
Reference in New Issue
Block a user