}
Task t = null;
if (fTool.equals("GAUNTLETZ")) t = new RockBreakTask(this, xy);
else if (fTool.equals("SHOVEL")) t = new HoleDigTask(this, xy);
else if (fTool.equals("GOOBER")) t = new GooSuckTask(this, xy);
if (t != null) {
boolean okay = t.start();
if (okay) {