mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
12 lines
557 B
Lua
12 lines
557 B
Lua
global.scenario = {}
|
|
global.spys = {"valansch", "air20"}
|
|
global.scenario.variables = {}
|
|
global.scenario.variables.mods = require "locale.resources.mods"
|
|
global.scenario.variables.regulars = require "locale.resources.regulars"
|
|
global.scenario.variables.player_positions = {}
|
|
global.scenario.variables.player_walk_distances = {}
|
|
global.scenario.variables.player_deaths = {}
|
|
global.scenario.config = {}
|
|
global.scenario.custom_functions = {}
|
|
global.scenario.config.nuke_min_time_hours = 3 --how long a player must be on the server to be allowed to use the nuke
|