From 81ef04bbc5be9e160e6a0f5d27eaff81fa32f8fa Mon Sep 17 00:00:00 2001 From: max <29782397+mxz7@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:12:12 +0100 Subject: [PATCH] feat(quotes): add the walking dead quote (@mxz7) (#5609) --- 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 aad922e9e..5bf8aa028 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38543,6 +38543,12 @@ "source" : "Porter Robinson - Musician", "length" : 130, "id" : 7604 + }, + { + "text": "What happened Rick? I thought you weren't the good guy anymore, ain't that what you said? Even right here right now you ain't gonna fight for 'em? I'm a better father than you, Rick. I'm better for Lori than you, man. It's 'cause I'm a better man than you, Rick. 'Cause I can be here and I'll fight for it. But you come back here and you just destroy everything!", + "source": "The Walking Dead", + "length": 362, + "id": 7605 } ] }