summaryrefslogtreecommitdiff
path: root/doc.lua
diff options
context:
space:
mode:
authorFaceDeer <derksenmobile@gmail.com>2017-10-22 19:50:11 -0600
committerFaceDeer <derksenmobile@gmail.com>2017-10-22 19:50:11 -0600
commit1224a3461569843534b275868f73af97d82559de (patch)
tree32d3ab307f5e81fcff9b5c2ab4e3b0c52dbfb415 /doc.lua
parentae0a24b19b09a678c7e55962d002053de94faadc (diff)
add Digtron duplicator block
Diffstat (limited to 'doc.lua')
-rw-r--r--doc.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc.lua b/doc.lua
index 69ff7c0..63143e5 100644
--- a/doc.lua
+++ b/doc.lua
@@ -207,6 +207,11 @@ end
---------------------------------------------------------------------
+digtron.doc.duplicator_longdesc = S("A device for duplicating an adjacent Digtron using parts from its inventory.")
+digtron.doc.duplicator_usagehelp = S("Place the duplicator block adjacent to a Digtron, and then fill the duplicator's inventory with enough parts to recreate the adjacent Digtron. Then place an empty Digtron crate at the duplicator's output (the side with the black \"+\") and click the \"Duplicate\" button in the duplicator's right-click GUI. If enough parts are available the Digtron will be duplicated and packed into the crate, along with all of its programming but with empty inventories.")
+
+---------------------------------------------------------------------
+
digtron.doc.structure_longdesc = S("Structural component for a Digtron array")
digtron.doc.structure_usagehelp = S("These blocks allow otherwise-disconnected sections of digtron blocks to be linked together. They are not usually necessary for simple diggers but more elaborate builder arrays might have builder blocks that can't be placed directly adjacent to other digtron blocks and these blocks can serve to keep them connected to the controller."
.."\n\n"..