From 6096b0cde11fd5a0d34d817255adac6a993fa0be Mon Sep 17 00:00:00 2001 From: Remilia Alucard <136481826+remalucard@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:30:43 -0400 Subject: [PATCH] impr(quotes): add guilty gear quote (remalucard) (#4682) * fixed quote? * why * why is this such a pain * please just work --------- Co-authored-by: Miodec --- frontend/static/quotes/english.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 27824150a..e1f984566 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38724,6 +38724,12 @@ "source": "Emily Dickinson", "length": 117, "id": 7000 + }, + { + "text": "Mankind knew that they could not change society. So instead of reflecting on themselves, they blamed the beasts.", + "source": "GUILTY GEAR -STRIVE-", + "length": 112, + "id": 7001 } ] }