18 lines
188 B
Lua
18 lines
188 B
Lua
-- SPDX-FileCopyrightText: 2024 DS
|
|
--
|
|
-- SPDX-License-Identifier: CC0-1.0
|
|
|
|
ignore = {}
|
|
|
|
read_globals = {
|
|
"core",
|
|
"vector",
|
|
|
|
"beds",
|
|
"default",
|
|
}
|
|
|
|
globals = {
|
|
beds = {"skip_night"},
|
|
}
|