Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ben_pollard committed Jan 30, 2024
1 parent 62d5288 commit dea34a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docfx/docs/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ trader.Conversation = new Conversation(
player.Attributes.Subtract(currency, 5);
trader.Attributes.Add(currency, 5);
trader.Give(spade, player);
}, new GoTo(0), "BoughtSpade"),
}, new First(), "BoughtSpade"),
new Paragraph("You don't have enough money.", new First(), "NotEnough"),
new Paragraph("Fine.")
);
Expand Down

0 comments on commit dea34a1

Please sign in to comment.