mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user