Merge pull request #8876 from VOREStation/upstream-merge-7586

[MIRROR] Travis only loads legal engines
This commit is contained in:
Novacat
2020-08-28 13:44:18 -04:00
committed by GitHub

View File

@@ -216,7 +216,7 @@ var/list/gamemode_cache = list()
var/use_lib_nudge = 0 //Use the C library nudge instead of the python nudge.
var/use_overmap = 0
var/static/list/engine_map // Comma separated list of engines to choose from. Blank means fully random.
var/static/list/engine_map = list("Supermatter Engine", "Edison's Bane") // Comma separated list of engines to choose from. Blank means fully random.
// Event settings
var/static/expected_round_length = 3 * 60 * 60 * 10 // 3 hours