]> granicus.if.org Git - nethack/commitdiff
New T-shirt texts, bogusmon, one YAFM
authorPasi Kallinen <paxed@alt.org>
Mon, 30 Mar 2015 14:09:12 +0000 (17:09 +0300)
committerPasi Kallinen <paxed@alt.org>
Mon, 30 Mar 2015 14:09:12 +0000 (17:09 +0300)
dat/bogusmon.txt
src/eat.c
src/read.c

index 2ec3e7fe7a1ee6fbbdfd59a7740c7bba6cc81975..59bfdbe3a46143f1af18bdf46edc8e57308e21a0 100644 (file)
@@ -245,6 +245,9 @@ flying pig
 hippocampus
 hippogriff
 kelpie
+catoblepas
+phoenix
+amphisbaena
 
 # Unusually animate body parts
 bouncing eye
index cc87f399ebb8369009780ade9eeddd75c651acf2..cb92f16c1768a4c9bd3d7590039589e1b1256fb7 100644 (file)
--- a/src/eat.c
+++ b/src/eat.c
@@ -1574,6 +1574,8 @@ eatcorpse(otmp)           /* called when a corpse is selected as food */
        } else if ((mnum == PM_COCKATRICE || mnum == PM_CHICKATRICE) &&
                (Stone_resistance || Hallucination)) {
            pline("This tastes just like chicken!");
+       } else if (mnum == PM_FLOATING_EYE && u.umonnum == PM_RAVEN) {
+           You("peck the eyeball with delight.");
        } else {
            /* [is this right?  omnivores end up always disliking the taste] */
            boolean yummy = (vegan(&mons[mnum]) ?
index aa7a20508aa133ddefd39ec52ca03b8156a3885c..9d8cac038df56b2e1f9b30edff7f0e5842a9c90b 100644 (file)
@@ -88,6 +88,55 @@ char *buf;
     "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",
+    "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",
+    "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",
+    "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",
+    "They Might Be Storm Giants",
+    "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",
     };
     Strcpy(buf, shirt_msgs[tshirt->o_id % SIZE(shirt_msgs)]);
     return erode_obj_text(tshirt, buf);