1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
RedMew/config.lua

14 lines
452 B
Lua
Raw Normal View History

2018-07-14 11:33:06 +02:00
_DEBUG = true
2018-05-22 02:03:04 +02:00
global.scenario = {}
2017-11-12 16:49:28 +02:00
global.spys = {"valansch", "air20"}
global.scenario.variables = {}
global.scenario.variables.player_positions = {}
global.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
2018-02-20 13:29:13 +02:00
global.newline = "\n"
newline = "\n"