9995d9bfc8
Dry sponges act as air tanks while diving, but the effect is limited by their tendency to soak up water from the environment.
15 lines
338 B
Lua
15 lines
338 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("node")
|
|
include("abm")
|
|
include("gen")
|
|
include("cultivate")
|
|
include("squeeze")
|
|
include("diving")
|
|
include("hints")
|