Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to quotes.js #44

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,4 +529,61 @@ module.exports = [
"quote": "Moral of the story is: I chose a half measure when I should have gone all the way. I'll never make that mistake again. No more half measures, Walter.",
"author": "Mike Ehrmantraut"
},
{
"quote": "There's money inside. About $100,000. Okay? I think. It was all I could fit into the box."
"author": "Walter White"
},
{
"quote": "I'm thinking 'Operation Breath Mint' every time you and me are on a stakeout together, alright? Breath could knock a buzzard off a shitwagon"
"author": "Hank Schrader"
},
{
"quote": "Ehhh, what are you doing detective, what are you doing talking to my client without me present. You sneaky b."
"author": "Saul Goodman"
},
{
"quote": "What did you say to babyface huh, did you say anything stupid by stupid I mean anything at all."
"author": "Saul Goodman"
},
{
"quote": "I mean, I don't think I'm going out on a limb here, but hey he's not gonna like prison, he's gonna sing Celine Dion regardless of what you do to me"
"author": "Saul Goodman"
},
{
"quote": "I am not turning down the money, I am turning down you! You get it!"
"author": "Jesse Pinkman"
},
{
"quote": "Where's the rest? It's not enough, it's not enough! Where's the money Skyler, where's the rest?! Skyler, WHERE IS THE MONEY!!!"
"author": "Walter White"
},
{
"quote": "HUUUAAAAAAAAAA!!! *BIG EXPLOSION*"
"author": "Gustavo Fring"
},
{
"quote": "You're god dam right!"
"author": "Walter White"
},
{
"quote": "I'm the cook, I'm the man who killed Gus Fring"
"author": "Walter White"
},
{
"quote": "Walter White, you have the right to remain silent, anything you say can and will be used against you in the court of law. You have the right to speak to an atourney and have an atourney present during questioning. If you cannot afford one, one will be appointed for you at the government's expense."
"author": "Hank Schrader"
},
{
"quote": "You're the smartest guy I've ever met, but you're too stupid to see that he made up his mind 10 minutes ago."
"author": "Hank Schrader"
},
{
"quote": "I’ve been living with cancer for the better part of a year. Right from the start, it’s a death sentence. That’s what they keep telling me. Well, guess what? Every life comes with a death sentence. So, every few months I come in here for my regular scan knowing full well that one of these times—hell, maybe even today—I’m gonna hear some bad news. But until then, who’s in charge? Me. That’s how I live my life"
"author": "Walter White"
},
{
"quote": "Hey, I’m a civilian! I’m not your lawyer anymore. I’m nobody’s lawyer"
"author": "Saul Goodman"
},

];