mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
spesslight
This commit is contained in:
@@ -137,6 +137,8 @@
|
||||
var/default_laws = 0 //Controls what laws the AI spawns with.
|
||||
var/silicon_max_law_amount = 12
|
||||
|
||||
var/starlight = 0
|
||||
|
||||
/datum/configuration/New()
|
||||
var/list/L = typesof(/datum/game_mode) - /datum/game_mode
|
||||
for(var/T in L)
|
||||
@@ -420,6 +422,8 @@
|
||||
config.mutant_races = 1
|
||||
if("mutant_colors")
|
||||
config.mutant_colors = 1
|
||||
if("starlight")
|
||||
config.starlight = 1
|
||||
else
|
||||
diary << "Unknown setting in configuration: '[name]'"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user