Skip to content

Commit

Permalink
Fix tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
maebert committed Jan 18, 2021
1 parent 9da7742 commit 51db7d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shellcraft/tutorial.py
Expand Up @@ -14,7 +14,6 @@ class TutorialFactory(BaseFactory):
FIXTURES = "tutorials.toml"
ITEM_CLASS = Step


def get_next_step(self):
step = self.get(str(self.game.state.tutorial_step))
if not step or not self.is_available(step):
Expand Down

0 comments on commit 51db7d7

Please sign in to comment.