1
0
mirror of https://github.com/osmarks/random-stuff synced 2024-06-18 01:59:53 +00:00
random-stuff/it-was-inevitable/df-ai.json.go
2020-08-12 20:31:12 +01:00

20 lines
348 B
Go
Executable File

package main
var dfaijson = []byte(`
{
"camera": false,
"cancel_announce": 0,
"fps_meter": false,
"lockstep": true,
"manage_labors": "autolabor",
"manage_nobles": true,
"no_quit": true,
"plan_allow_legacy": false,
"plan_verbosity": -1,
"random_embark": true,
"record_movie": false,
"write_console": false,
"write_log": false
}
`[1:])