Allow speaking and posing while blind.

This commit is contained in:
Ari Mudev 2010-09-04 18:53:52 +00:00
parent cfbb249d96
commit 56a03367f7

View file

@ -294,5 +294,9 @@ class BlindCmdSet(CmdSet):
def at_cmdset_creation(self):
"Setup the blind cmdset"
from game.gamesrc.commands.default.general import CmdSay
from game.gamesrc.commands.default.general import CmdPose
self.add(CmdSay())
self.add(CmdPose())
self.add(CmdBlindLook())
self.add(CmdBlindHelp())