05d985c635
- Add reset command - Reset alerts on resetting state - Add option to hide hints - Add option to add custom hint attrs - Add option to pass in an already-fully-formed hint object and skip construction helpers - Tidy up terrain hints a bit
15 lines
347 B
Lua
15 lines
347 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("disable")
|
|
include("discover")
|
|
include("witness")
|
|
include("register")
|
|
include("state")
|
|
include("alerts")
|
|
include("reset")
|