From eeb9ff17885e571823bab1aa188de5008271835f Mon Sep 17 00:00:00 2001 From: mizipzor Date: Tue, 16 Feb 2010 20:45:05 +0100 Subject: [PATCH] Added some todo's to digger.cpp --- tools/digger.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/digger.cpp b/tools/digger.cpp index 8e9ad5b0b..1a4e8f556 100644 --- a/tools/digger.cpp +++ b/tools/digger.cpp @@ -3,6 +3,12 @@ // Usage: Call with a list of TileClass ids separated by a space, // every (visible) tile on the map with that id will be designated for digging. +// NOTE currently only works with trees + +// TODO add a sort of "sub-target" to dig() to make it able to designate stone as well +// TODO add proper cli +// TODO add interactive text based menu + #include #include #include