f0eeddd7ae
Enabling "quell" mode will effectively disable fire worldwide, similar to how "stasis" works, making firefighting efforts more efficient.
15 lines
338 B
Lua
15 lines
338 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("quell")
|
|
include("api")
|
|
include("node")
|
|
include("lumps")
|
|
include("abm")
|
|
include("firestarting")
|
|
include("hints")
|