diff --git a/src/loo/adventure.py b/src/loo/adventure.py index db45ebd..97a2b34 100644 --- a/src/loo/adventure.py +++ b/src/loo/adventure.py @@ -37,16 +37,6 @@ def __init__(self): "Did you hear about the claustrophobic astronaut?..He just needed a little space ;)", "Why is the e function not invited to the party? - because you can't integrate it ;)", ] - self.standard_commands = [ - "help", - "read a joke", - "look around", - "use door to washroom", - "use door to loo", - "use door to hallway", - "open inventory", - "close eyes", - ] self.jokes_temp = copy.deepcopy(self.jokes) self.reread_jokes = False diff --git a/src/templates/game.html b/src/templates/game.html index 33ab9b8..7753382 100644 --- a/src/templates/game.html +++ b/src/templates/game.html @@ -14,11 +14,6 @@