From 33467c8a0679317b080ca00f143937d0122afe13 Mon Sep 17 00:00:00 2001 From: ikarrus Date: Fri, 5 Sep 2014 22:58:58 -0600 Subject: [PATCH] clarification in comments --- code/controllers/configuration.dm | 6 +++--- code/datums/helper_datums/getrev.dm | 2 +- config/game_options.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/controllers/configuration.dm b/code/controllers/configuration.dm index 8daf731f668..d3d41173407 100644 --- a/code/controllers/configuration.dm +++ b/code/controllers/configuration.dm @@ -83,9 +83,9 @@ var/traitor_objectives_amount = 2 var/protect_roles_from_antagonist = 0// If security and such can be traitor/cult/other - var/enforce_human_authority = 0 // If non-human species can join the game as a head/security - 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. + var/enforce_human_authority = 0 //If non-human species are barred from joining as a head/security + 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. var/continuous_round_wiz = 0 var/continuous_round_malf = 0 var/shuttle_refuel_delay = 12000 diff --git a/code/datums/helper_datums/getrev.dm b/code/datums/helper_datums/getrev.dm index a99c3e96d33..a4897448f17 100644 --- a/code/datums/helper_datums/getrev.dm +++ b/code/datums/helper_datums/getrev.dm @@ -35,6 +35,6 @@ client/verb/showrevinfo() src << "Revision unknown" src << "Current Infomational Settings:" src << "Protect Authority Roles From Traitor: [config.protect_roles_from_antagonist]" - src << "Enforce Human Authority Roles: [config.enforce_human_authority]" + src << "Enforce Human Authority: [config.enforce_human_authority]" src << "Allow Latejoin Antagonists: [config.allow_latejoin_antagonists]" return \ No newline at end of file diff --git a/config/game_options.txt b/config/game_options.txt index adbc9d9023a..613252786b9 100644 --- a/config/game_options.txt +++ b/config/game_options.txt @@ -128,7 +128,7 @@ TRAITOR_OBJECTIVES_AMOUNT 2 ## implants from being most antagonists. #PROTECT_ROLES_FROM_ANTAGONIST -## Comment to allow non-human species to join the game as a head/security +## If non-human species are barred from joining as a head/security ENFORCE_HUMAN_AUTHORITY ## If late-joining players have a chance to become a traitor/changeling