Bump byond up to 514.1588 (#70168)

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
Kyle Spier-Swenson
2022-09-28 11:54:22 -07:00
committed by GitHub
parent ca1f6846e6
commit 241c1d19c0
6 changed files with 42 additions and 21 deletions

View File

@@ -2,6 +2,7 @@ SUBSYSTEM_DEF(lua)
name = "Lua Scripting"
runlevels = RUNLEVEL_LOBBY | RUNLEVELS_DEFAULT
wait = 0.1 SECONDS
flags = SS_OK_TO_FAIL_INIT
/// A list of all lua states
var/list/datum/lua_state/states = list()