mirror of
https://github.com/mt-mods/spacesuit.git
synced 2026-07-06 10:36:53 -06:00
11 lines
231 B
Lua
11 lines
231 B
Lua
spacesuit = {
|
|
armor_use = tonumber(core.settings:get("spacesuit.armor_use")) or 70,
|
|
}
|
|
|
|
local MP = core.get_modpath("spacesuit")
|
|
|
|
dofile(MP.."/suit.lua")
|
|
dofile(MP.."/crafts.lua")
|
|
dofile(MP.."/hud.lua")
|
|
dofile(MP.."/drowning.lua")
|