mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Fixes clockwork sigil candidate runtime, cleans up some jobban checks with defines (#34907)
* Cleanup * . * Synced special_role & factions with role defines * Revert * more cleanup * fix
This commit is contained in:
committed by
duncathan salt
parent
60e4952a27
commit
ee18d6f8e2
@@ -468,7 +468,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
|
||||
dat += "<h2>Special Role Settings</h2>"
|
||||
|
||||
if(jobban_isbanned(user, "Syndicate"))
|
||||
if(jobban_isbanned(user, ROLE_SYNDICATE))
|
||||
dat += "<font color=red><b>You are banned from antagonist roles.</b></font>"
|
||||
src.be_special = list()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user