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.
|
"""Erase and write on the shrub's chalkboard.
|
||||||
"""
|
"""
|
||||||
key = "say"
|
key = "say"
|
||||||
locks = "cmd:holds()"
|
aliases = ["write"]
|
||||||
priority = 5
|
|
||||||
|
|
||||||
def func(self):
|
def func(self):
|
||||||
here = self.caller.location
|
here = self.caller.location
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue