Skip to content

Commit

Permalink
Change Lorem Ipsum
Browse files Browse the repository at this point in the history
  • Loading branch information
agoncal committed Sep 5, 2023
1 parent 6ed9ee7 commit e1164e0
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ public String narrate(Fight fight) throws Exception {
public String fallbackNarrate(Fight fight) {
logger.warn("Falling back on Narration");
return """
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
High above a bustling city, a symbol of hope and justice soared through the sky, while chaos reigned below, with malevolent laughter echoing through the streets.
With unwavering determination, the figure swiftly descended, effortlessly evading explosive attacks, closing the gap, and delivering a decisive blow that silenced the wicked laughter.
In the end, the battle concluded with a clear victory for the forces of good, as their commitment to peace triumphed over the chaos and villainy that had threatened the city.
The people knew that their protector had once again ensured their safety.
""";
}

Expand Down

0 comments on commit e1164e0

Please sign in to comment.