Fixed typos/added stuff to flirt.py, kill.py,and slap.py

This commit is contained in:
neersighted 2012-03-03 14:28:42 -08:00
parent fd459c951b
commit a82b385622
3 changed files with 20 additions and 14 deletions

View file

@ -10,7 +10,7 @@ flirts = ["I bet your name's Mickey, 'cause you're so fine.",
"I've been bad, take me to your room.", "I've been bad, take me to your room.",
"I think Heaven's missing an angel.", "I think Heaven's missing an angel.",
"That shirt looks good on you, it'd look better on my bedroom floor.", "That shirt looks good on you, it'd look better on my bedroom floor.",
"I cant help to notice but you look a lot like my next girlfriend", "I cant help to notice but you look a lot like my next girlfriend.",
"Aren't your feet tired? Because you've been running through my mind all day.", "Aren't your feet tired? Because you've been running through my mind all day.",
"I must be asleep, 'cause you are a dream come true. Also, I'm slightly damp.", "I must be asleep, 'cause you are a dream come true. Also, I'm slightly damp.",
"I like large posteriors and I cannot prevaricate.", "I like large posteriors and I cannot prevaricate.",
@ -30,14 +30,14 @@ flirts = ["I bet your name's Mickey, 'cause you're so fine.",
"Does this rag smell like chloroform to you? ", "Does this rag smell like chloroform to you? ",
"I'm here, where are your other two wishes?", "I'm here, where are your other two wishes?",
"Apart from being sexy, what do you do for a living?", "Apart from being sexy, what do you do for a living?",
"Hi, I'm Mr. Right. Someone said you were looking for me. ", "Hi, I'm Mr. Right. Someone said you were looking for me.",
"You got something on your chest: My eyes.", "You got something on your chest: My eyes.",
"Are you from Tennessee? Cause you're the only TEN I see.", "Are you from Tennessee? Cause you're the only TEN I see.",
"Are you an alien? Because you just abducted my heart.", "Are you an alien? Because you just abducted my heart.",
"Excuse me, but I think you dropped something!!! MY JAW!!", "Excuse me, but I think you dropped something!!! MY JAW!!!",
"If I followed you home, would you keep me?", "If I followed you home, would you keep me?",
"Where have you been all my life?", "Where have you been all my life?",
"I'm just a love machine, and I don't work for nobody but you", "I'm just a love machine, and I don't work for nobody but you.",
"Do you live on a chicken farm? Because you sure know how to raise cocks.", "Do you live on a chicken farm? Because you sure know how to raise cocks.",
"Are you wearing space pants? Because your ass is out of this world.", "Are you wearing space pants? Because your ass is out of this world.",
"Nice legs. What time do they open?", "Nice legs. What time do they open?",

View file

@ -5,17 +5,23 @@ import random
kills = ["rips off <who>'s <body> and leaves them to die.", kills = ["rips off <who>'s <body> and leaves them to die.",
"grabs <who>'s head and rips it clean off their body.", "grabs <who>'s head and rips it clean off their body.",
"grabs a machine gun and riddles <who>'s body with bullets.", "grabs a machine gun and riddles <who>'s body with bullets.",
"sends The Terminator on a mission to retrieve <who>'s <body>.",
"gags and ties <who> then throws them off a bridge.", "gags and ties <who> then throws them off a bridge.",
"crushes <who> with a huge spiked boulder.", "crushes <who> with a huge spiked boulder.",
"glares at <who> until they die of boredom.",
"stuffs a few TNT blocks under <who>'s bed, and sets them off.", "stuffs a few TNT blocks under <who>'s bed, and sets them off.",
"shivs <who> in the <body>.",
"rams a rocket launcher up <who>'s ass and lets off a few rounds.", "rams a rocket launcher up <who>'s ass and lets off a few rounds.",
"crushes <who>'s skull in with a spiked mace.", "crushes <who>'s skull in with a spiked mace.",
"unleashes the armies of Isengard on <who>.", "unleashes the armies of Isengard on <who>.",
"packs <who> into a SVN repo.",
"throws <who> to Cthulu!", "throws <who> to Cthulu!",
"feeds <who> to an owlbear.", "feeds <who> to an owlbear.",
"turns <who> into a snail, and then salts them.", "turns <who> into a snail, and then salts them.",
"snacks on <who>'s <body>.",
"puts <who> into a sack, throws the sack in the river, and hurls the river into space.", "puts <who> into a sack, throws the sack in the river, and hurls the river into space.",
"goes bowling with <who>'s head.", "goes bowling with <who>'s head.",
"uses <who>'s <body> as a back-scratcher.",
"sends <who> to /dev/null!", "sends <who> to /dev/null!",
"feeds <who> coke and mentos till they pop!"] "feeds <who> coke and mentos till they pop!"]

View file

@ -2,15 +2,15 @@ from util import hook
import re import re
import random import random
slaps = ["slaps <who> with a <item>", slaps = ["slaps <who> with a <item>.",
"slaps <who> around a bit with a <item>", "slaps <who> around a bit with a <item>.",
"throws a <item> at <who>", "throws a <item> at <who>.",
"grabs a <item> and throws it in <who>'s face", "grabs a <item> and throws it in <who>'s face.",
"holds <who> down and repeatedly whacks them with a <item>", "holds <who> down and repeatedly whacks them with a <item>.",
"prods <who> with a flaming <item>", "prods <who> with a flaming <item>.",
"picks up a <item>, and whacks <who> with it", "picks up a <item>, and whacks <who> with it.",
"ties <who> to a chair and throws a <item> at them", "ties <who> to a chair and throws a <item> at them.",
"hits <who> on the head with a <item>"] "hits <who> on the head with a <item>."]
items = ["cast iron skillet", items = ["cast iron skillet",
"large trout", "large trout",
@ -20,7 +20,7 @@ items = ["cast iron skillet",
"diamond sword", "diamond sword",
"physics textbook", "physics textbook",
"television", "television",
"mau5 head", "mau5head",
"five ton truck", "five ton truck",
"roll of duct tape", "roll of duct tape",
"book", "book",