Merge pull request #5209 from Krausus/OnceYouLeaveYouCannotComeBack

Changes to Player Respawnability
This commit is contained in:
Fox McCloud
2016-08-03 19:12:04 -04:00
committed by GitHub
13 changed files with 81 additions and 15 deletions
+4
View File
@@ -61,6 +61,7 @@
var/ToRban = 0
var/automute_on = 0 //enables automuting/spam prevention
var/jobs_have_minimal_access = 0 //determines whether jobs use minimal access or expanded access.
var/round_abandon_penalty_period = 30 MINUTES // Time from round start during which ghosting out is penalized
var/reactionary_explosions = 0 //If we use reactionary explosions, explosions that react to walls and doors
@@ -560,6 +561,9 @@
if("max_loadout_points")
config.max_loadout_points = text2num(value)
if("round_abandon_penalty_period")
config.round_abandon_penalty_period = MinutesToTicks(text2num(value))
else
diary << "Unknown setting in configuration: '[name]'"