Skip to content

Commit cd3d153

Browse files
newlines before books
1 parent e267a48 commit cd3d153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/book.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ struct book_tag : public tag {
7676
}
7777
}
7878

79-
output << flavour_text + "\n**" << sprite::book.get_mention() << " " << book_title << "**\nBy " << book_author << "\n\n";
79+
output << "\n\n" << flavour_text + "\n**" << sprite::book.get_mention() << " " << book_title << "**\nBy " << book_author << "\n\n";
8080

8181
p.navigation_links.push_back(nav_link{ .paragraph = p.id, .type = nav_type_book, .cost = book_id, .monster = {}, .buyable = {}, .prompt = book_author, .answer = book_title, .label = "" });
8282
p.words++;

0 commit comments

Comments
 (0)