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