Merge pull request #3959 from CollenN/mutrace-final

Finalizes Mutantrace Datum Update
This commit is contained in:
Cheridan
2014-06-20 21:47:54 -05:00
60 changed files with 2219 additions and 1289 deletions
+3
View File
@@ -86,6 +86,7 @@
var/shuttle_refuel_delay = 12000
var/show_game_type_odds = 0 //if set this allows players to see the odds of each roundtype on the get revision screen
var/mutant_races = 0 //players can choose their mutant race before joining the game
var/mutant_colors = 0
var/alert_desc_green = "All threats to the station have passed. Security may not have weapons visible, privacy laws are once again fully enforced."
var/alert_desc_blue_upto = "The station has received reliable information about possible hostile activity on the station. Security staff may have weapons visible, random searches are permitted."
@@ -388,6 +389,8 @@
config.default_laws = text2num(value)
if("join_with_mutant_race")
config.mutant_races = 1
if("mutant_colors")
config.mutant_colors = 1
else
diary << "Unknown setting in configuration: '[name]'"