mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 02:06:32 +01:00
Removed an unexpected alias overload in the CrumblingWall tutorial world puzzle. This caused the shift command to be hidden. Resolves #786.
This commit is contained in:
parent
1316d8115a
commit
a1eadef686
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ class CmdPressButton(Command):
|
|||
Presses a button.
|
||||
"""
|
||||
key = "press"
|
||||
aliases = ["press button", "button", "push", "push button"]
|
||||
aliases = ["press button", "button", "push button"]
|
||||
# only accessible if the button was found and there is light. This checks
|
||||
# the Attribute button_exposed on the Wall object so that
|
||||
# you can only push the button when the puzzle is solved. It also
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue