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:
Griatch 2015-08-24 22:09:55 +02:00
parent 1316d8115a
commit a1eadef686

View file

@ -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