mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
Changed how the cmdset's errmessage is propagated. Adding failing cmdsets added ErrorCmdsets to the cmdhandler. This was for callback reasons, but it clutters up things for no good reason.
This commit is contained in:
parent
47a324f720
commit
92a8e39de5
4 changed files with 8 additions and 6 deletions
|
|
@ -561,6 +561,7 @@ class CrumblingWall(TutorialObject, Exit):
|
|||
|
||||
self.aliases = ["secret passage", "passage", "crack", "opening", "secret door"]
|
||||
# this is assigned first when pushing button, so assign this at creation time!
|
||||
|
||||
self.db.destination = 2
|
||||
# locks on the object directly transfer to the exit "command"
|
||||
self.locks.add("cmd:not locattr(is_dark)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue