diff --git a/code/controllers/configuration.dm b/code/controllers/configuration.dm index dc29bfbc221..34df3fa6245 100644 --- a/code/controllers/configuration.dm +++ b/code/controllers/configuration.dm @@ -81,8 +81,8 @@ var/security_scaling_coeff = 8 //how much does the amount of players get divided by to determine open security officer positions var/traitor_objectives_amount = 2 - var/protect_roles_from_antagonist = 0// If security and such can be traitor/cult/other - var/protect_assistant_from_antagonist = 0// If security and such can be traitor/cult/other + var/protect_roles_from_antagonist = 0 //If security and such can be traitor/cult/other + var/protect_assistant_from_antagonist = 0 //If assistants can be traitor/cult/other var/enforce_human_authority = 0 //If non-human species are barred from joining as a head of staff var/allow_latejoin_antagonists = 0 // If late-joining players can be traitor/changeling var/continuous_round_rev = 0 // Gamemodes which end instantly will instead keep on going until the round ends by escape shuttle or nuke. @@ -377,7 +377,7 @@ if("protect_roles_from_antagonist") config.protect_roles_from_antagonist = 1 if("protect_assistant_from_antagonist") - config.protect_asssitant_from_antagonist = 1 + config.protect_assistant_from_antagonist = 1 if("enforce_human_authority") config.enforce_human_authority = 1 if("allow_latejoin_antagonists")