Adds clownops to the ban panel, as well midround clown ops as to missing prefs checks (#96100)

## About The Pull Request

Closes #96092
Also added missing midround clowns to alias/species prefs for ops

## Changelog
🆑
fix: Having only midround clown ops (but not normal clown ops) enabled
in antag prefs now displays operative alias/species toggles
admin: Added clown ops to the ban panel
/🆑
This commit is contained in:
SmArtKar
2026-05-23 17:18:15 +02:00
committed by GitHub
parent cfedd4a2df
commit dd10547505
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -174,7 +174,7 @@
return FALSE
// If one of the roles is ticked in the antag prefs menu, this option will show.
var/static/list/ops_roles = list(ROLE_OPERATIVE, ROLE_LONE_OPERATIVE, ROLE_OPERATIVE_MIDROUND, ROLE_CLOWN_OPERATIVE)
var/static/list/ops_roles = list(ROLE_OPERATIVE, ROLE_LONE_OPERATIVE, ROLE_OPERATIVE_MIDROUND, ROLE_CLOWN_OPERATIVE, ROLE_CLOWN_OPERATIVE_MIDROUND)
if(length(ops_roles & preferences.be_special))
return TRUE
@@ -14,7 +14,7 @@
return FALSE
// If one of the roles is ticked in the antag prefs menu, this option will show.
var/static/list/ops_roles = list(ROLE_OPERATIVE, ROLE_LONE_OPERATIVE, ROLE_OPERATIVE_MIDROUND, ROLE_CLOWN_OPERATIVE)
var/static/list/ops_roles = list(ROLE_OPERATIVE, ROLE_LONE_OPERATIVE, ROLE_OPERATIVE_MIDROUND, ROLE_CLOWN_OPERATIVE, ROLE_CLOWN_OPERATIVE_MIDROUND)
if(length(ops_roles & preferences.be_special))
return TRUE