diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2002-06-10 09:51:51 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2002-06-10 09:51:51 +0000 |
commit | 55b10b07461d047fceb9649aa503342686b4ca1d (patch) | |
tree | 3dec9388b30405ca66ef58994e8d57acfb20f0b3 /usr.bin/mg/theo.c | |
parent | 170804640c53feb6b60b14bae8a8633e8b949911 (diff) |
I love to fight
Diffstat (limited to 'usr.bin/mg/theo.c')
-rw-r--r-- | usr.bin/mg/theo.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 40f428a8ba0..7819352f919 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.25 2002/06/10 03:26:22 beck Exp $ */ +/* $OpenBSD: theo.c,v 1.26 2002/06/10 09:51:50 kjell Exp $ */ #include "def.h" #include "kbd.h" @@ -86,7 +86,8 @@ static const char *talk[] = { "That's the most ridiculous thing I've heard in the last two or three minutes!", "I'm not just doing this for crowd response. I need to be right.", "i admit you are better than i am...", - "I'd put a fan on my bomb.. And blinking lights..." + "I'd put a fan on my bomb.. And blinking lights...", + "I love to fight" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |