From 03e85eef6f7f12db27329ba3b0e3dd924e6f6642 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Sat, 31 May 2025 16:06:01 +0000 Subject: [PATCH] Fix the shrub writing ability --- typeclasses/puppets.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/typeclasses/puppets.py b/typeclasses/puppets.py index e0af89a..3d903a8 100755 --- a/typeclasses/puppets.py +++ b/typeclasses/puppets.py @@ -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