Merge pull request #644 from Ikarrus/latejoin

Latejoining Antagonists
This commit is contained in:
Cael Aislinn
2013-05-31 23:25:06 -07:00
10 changed files with 51 additions and 7 deletions

View File

@@ -78,6 +78,7 @@
var/traitor_scaling = 0 //if amount of traitors scales based on amount of players
var/protect_roles_from_antagonist = 0// If security and such can be tratior/cult/other
var/allow_latejoin_antagonists = 0 // If late-joining players can be traitor/changeling
var/continous_rounds = 0 // Gamemodes which end instantly will instead keep on going until the round ends by escape shuttle or nuke.
var/alert_desc_green = "All threats to the station have passed. Security may not have weapons visible, privacy laws are once again fully enforced."
@@ -337,6 +338,8 @@
if("protect_roles_from_antagonist")
config.protect_roles_from_antagonist = 1
if("allow_latejoin_antagonists")
config.allow_latejoin_antagonists = 1
if("allow_random_events")
config.allow_random_events = 1
if("jobs_have_minimal_access")