From 7132f56901670cb37b914240729dedf7cf2c6487 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Mon, 9 Nov 2015 13:24:40 +0200 Subject: [PATCH] Unwrap t-shirt and apron texts, and add one t-shirt msg --- src/read.c | 69 +++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 48 insertions(+), 21 deletions(-) diff --git a/src/read.c b/src/read.c index 5977763ee..d4fd16923 100644 --- a/src/read.c +++ b/src/read.c @@ -82,38 +82,62 @@ char *buf; "I survived Yendor Military Boot Camp", "Ludios Accounting School Intra-Mural Lacrosse Team", "Oracle(TM) Fountains 10th Annual Wet T-Shirt Contest", - "Hey, black dragon! Disintegrate THIS!", "I'm With Stupid -->", - "Don't blame me, I voted for Izchak!", "Don't Panic", /* HHGTTG */ + "Hey, black dragon! Disintegrate THIS!", + "I'm With Stupid -->", + "Don't blame me, I voted for Izchak!", + "Don't Panic", /* HHGTTG */ "Furinkan High School Athletic Dept.", /* Ranma 1/2 */ "Hel-LOOO, Nurse!", /* Animaniacs */ - "=^.^=", "100% goblin hair - do not wash", "Aberzombie and Fitch", + "=^.^=", + "100% goblin hair - do not wash", + "Aberzombie and Fitch", "cK -- Cockatrice touches the Kop", - "Don't ask me, I only adventure here", "Down with pants!", - "d, your dog or a killer?", "FREE PUG AND NEWT!", "Go team ant!", - "Got newt?", "Hello, my darlings!", /* Charlie Drake */ - "Hey! Nymphs! Steal This T-Shirt!", "I <3 Dungeon of Doom", + "Don't ask me, I only adventure here", + "Down with pants!", + "d, your dog or a killer?", + "FREE PUG AND NEWT!", + "Go team ant!", + "Got newt?", + "Hello, my darlings!", /* Charlie Drake */ + "Hey! Nymphs! Steal This T-Shirt!", + "I <3 Dungeon of Doom", "I <3 Maud", "I am a Valkyrie. If you see me running, try to keep up.", "I am not a pack rat - I am a collector", "I bounced off a rubber tree", /* Monkey Island */ "Plunder Island Brimstone Beach Club", /* Monkey Island */ "If you can read this, I can hit you with my polearm", - "I'm confused!", "I scored with the princess", - "I want to live forever or die in the attempt.", "Lichen Park", - "LOST IN THOUGHT - please send search party", "Meat is Mordor", - "Minetown Better Business Bureau", "Minetown Watch", + "I'm confused!", + "I scored with the princess", + "I want to live forever or die in the attempt.", + "Lichen Park", + "LOST IN THOUGHT - please send search party", + "Meat is Mordor", + "Minetown Better Business Bureau", + "Minetown Watch", "Ms. Palm's House of Negotiable Affection -- A Very Reputable House Of Disrepute", - "Protection Racketeer", "Real men love Crom", - "Somebody stole my Mojo!", "The Hellhound Gang", "The Werewolves", + "Protection Racketeer", + "Real men love Crom", + "Somebody stole my Mojo!", + "The Hellhound Gang", + "The Werewolves", "They Might Be Storm Giants", - "Weapons don't kill people, I kill people", "White Zombie", + "Weapons don't kill people, I kill people", + "White Zombie", "You're killing me!", "Anhur State University - Home of the Fighting Fire Ants!", - "FREE HUGS", "Serial Ascender", "Real men are valkyries", - "Young Men's Cavedigging Association", "Occupy Fort Ludios", - "I couldn't afford this T-shirt so I stole it!", "Mind flayers suck", - "I'm not wearing any pants", "Down with the living!", - "Pudding farmer", "Vegetarian", + "FREE HUGS", + "Serial Ascender", + "Real men are valkyries", + "Young Men's Cavedigging Association", + "Occupy Fort Ludios", + "I couldn't afford this T-shirt so I stole it!", + "Mind flayers suck", + "I'm not wearing any pants", + "Down with the living!", + "Pudding farmer", + "Vegetarian", + "Hello, I'm War!", }; Strcpy(buf, shirt_msgs[tshirt->o_id % SIZE(shirt_msgs)]); @@ -126,8 +150,11 @@ struct obj *apron; char *buf; { static const char *apron_msgs[] = { - "Kiss the cook", "I'm making SCIENCE!", "Don't mess with the chef", - "Don't make me poison you", "Gehennom's Kitchen", + "Kiss the cook", + "I'm making SCIENCE!", + "Don't mess with the chef", + "Don't make me poison you", + "Gehennom's Kitchen", "Rat: The other white meat", "If you can't stand the heat, get out of Gehennom!", "If we weren't meant to eat animals, why are they made out of meat?", -- 2.40.0