Aaron Suen 373b2125b8 New emergency dig system
Once again, you can dig any node given enough
time and patience, but now you no longer receive
the resources from that node, and the node goes
into a "displaced" state where you can move past
it but it will re-place itself as soon as you walk
away, similar to how scaling nodes work.
2021-06-23 20:57:24 -04:00

14 lines
321 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
nodecore.amcoremod()
include("api")
include("node")
include("abm")
include("placement")
include("displace")
include("hints")