Added the @tunnel command as a wrapper for @dig, for easy building in commonly used directions (n,sw, up, down, in, out etc)

This commit is contained in:
Griatch 2011-05-31 15:33:37 +00:00
parent f3776d1e08
commit 790f840715
3 changed files with 81 additions and 3 deletions

View file

@ -70,6 +70,7 @@ class DefaultCmdSet(CmdSet):
self.add(building.CmdUnLink())
self.add(building.CmdCreate())
self.add(building.CmdDig())
self.add(building.CmdTunnel())
self.add(building.CmdDestroy())
self.add(building.CmdExamine())
self.add(building.CmdTypeclass())