Files
spacesuit/init.lua
2026-06-28 20:12:30 -04:00

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")