From 4be9e13d743f24d799582e681cc42c4f1d4f0acc Mon Sep 17 00:00:00 2001 From: PeridexisErrant Date: Mon, 26 Oct 2015 11:06:57 +1100 Subject: [PATCH] Fix digfort docs I'm sure this isn't the only error in the docs. Hopefully having them in the scripts will make spotting issues easier. --- scripts/digfort.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/digfort.rb b/scripts/digfort.rb index 4803e22c8..4ae48671e 100644 --- a/scripts/digfort.rb +++ b/scripts/digfort.rb @@ -10,10 +10,10 @@ Your plan should be stored in a .csv file like this:: # this is a comment d;d;u;d;d;skip this tile;d - d;d;d;j + d;d;d;i Available tile shapes are named after the 'dig' menu shortcuts: -``d`` for dig, ``u`` for upstairs, ``d`` downstairs, ``j`` updown, +``d`` for dig, ``u`` for upstairs, ``j`` downstairs, ``i`` updown, ``h`` channel, ``r`` upward ramp, ``x`` remove designation. Unrecognized characters are ignored (eg the 'skip this tile' in the sample).