Skip to content

Commit

Permalink
Added missing instruction to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ben_pollard committed Jan 30, 2024
1 parent 195a687 commit 62d5288
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 @@ -55,7 +55,7 @@ trader.Conversation = new Conversation(
trader.Attributes.Add(currency, 5);
trader.Give(spade, player);
}, new GoTo(0), "BoughtSpade"),
new Paragraph("You don't have enough money.", "NotEnough"),
new Paragraph("You don't have enough money.", new First(), "NotEnough"),
new Paragraph("Fine.")
);
```
Expand Down

0 comments on commit 62d5288

Please sign in to comment.