It’s still a no-op if the required setting is disabled, but it removes some strain from the Lua interpreter by being unconditionally available.
5 lines
117 B
Lua
5 lines
117 B
Lua
-- Register axes
|
|
local axe_types = {"axe_mithril", "axe_silver"}
|
|
|
|
stripped_tree.register_axes("moreores", axe_types)
|