clarification in comments

This commit is contained in:
ikarrus
2014-09-05 22:58:58 -06:00
parent bae6578055
commit 33467c8a06
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -35,6 +35,6 @@ client/verb/showrevinfo()
src << "Revision unknown"
src << "<b>Current Infomational Settings:</b>"
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
+1 -1
View File
@@ -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