Added @tag command for easily manipulating tags. Fixed some bugs at the same time.

This commit is contained in:
Griatch 2013-12-02 15:40:02 +01:00
parent 6d06ab5338
commit 88d103b55f
4 changed files with 105 additions and 6 deletions

View file

@ -79,6 +79,7 @@ class CharacterCmdSet(CmdSet):
self.add(building.CmdLock())
self.add(building.CmdScript())
self.add(building.CmdSetHome())
self.add(building.CmdTag())
# Batchprocessor commands
self.add(batchprocess.CmdBatchCommands())