Fix the shrub writing ability
This commit is contained in:
parent
0d4b301648
commit
03e85eef6f
1 changed files with 1 additions and 2 deletions
|
|
@ -139,8 +139,7 @@ class CmdShrubSay(Command):
|
|||
"""Erase and write on the shrub's chalkboard.
|
||||
"""
|
||||
key = "say"
|
||||
locks = "cmd:holds()"
|
||||
priority = 5
|
||||
aliases = ["write"]
|
||||
|
||||
def func(self):
|
||||
here = self.caller.location
|
||||
|
|
|
|||
Loading…
Reference in a new issue