mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 13:37:17 +02:00
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:
parent
f3776d1e08
commit
790f840715
3 changed files with 81 additions and 3 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue