Resolve startup issues: added missing configs, removed unused configs from example file and fix shuttle warning

This commit is contained in:
Mark van Alphen
2019-03-29 17:09:05 +01:00
parent b8e840c094
commit 1e2ff20683
3 changed files with 8 additions and 6 deletions
+6
View File
@@ -359,6 +359,12 @@
if("no_dead_vote")
config.vote_no_dead = 1
if("vote_autotransfer_initial")
config.vote_autotransfer_initial = text2num(value)
if("vote_autotransfer_interval")
config.vote_autotransfer_interval = text2num(value)
if("default_no_vote")
config.vote_no_default = 1
+2
View File
@@ -714,6 +714,8 @@
possible_destinations = C.possible_destinations
shuttleId = C.shuttleId
/obj/machinery/computer/shuttle/Initialize()
..()
connect()
/obj/machinery/computer/shuttle/proc/connect()
-6
View File
@@ -323,12 +323,6 @@ PLAYER_REROUTE_CAP 0
## Disable the loading of space ruins
#DISABLE_SPACE_RUINS
## Minimum number of space ruins levels to generate
EXTRA_SPACE_RUINS_LEVELS_MIN 2
## Maximum number of space ruins levels to generate
EXTRA_SPACE_RUINS_LEVELS_MAX 4
## Uncomment to disable the OOC/LOOC channel by default.
#DISABLE_OOC