mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 14:44:05 +01:00
Resolve startup issues: added missing configs, removed unused configs from example file and fix shuttle warning
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -714,6 +714,8 @@
|
||||
possible_destinations = C.possible_destinations
|
||||
shuttleId = C.shuttleId
|
||||
|
||||
/obj/machinery/computer/shuttle/Initialize()
|
||||
..()
|
||||
connect()
|
||||
|
||||
/obj/machinery/computer/shuttle/proc/connect()
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user