This commit is contained in:
Bedshaped
2016-11-11 22:08:39 +00:00
parent 8dfe5307e3
commit dc458a2d5e
6 changed files with 20 additions and 10 deletions

View File

@@ -171,6 +171,8 @@ var/list/gamemode_cache = list()
var/ghost_interaction = 0
var/night_lighting = 0
var/nl_start_hour = 19
var/nl_finish_hour = 8
var/comms_password = ""
@@ -601,6 +603,12 @@ var/list/gamemode_cache = list()
if("night_lighting")
config.night_lighting = 1
if("nl_start_hour")
config.nl_start_hour = text2num(value)
if("nl_finish_hour")
config.nl_finish_hour = text2num(value)
if("disable_player_mice")
config.disable_player_mice = 1