From 28a6a8df9f415bcd59de2292245cd432c83b02a5 Mon Sep 17 00:00:00 2001 From: cohrs Date: Fri, 25 Jan 2008 16:58:48 +0000 Subject: [PATCH] H1406: jellyfish have no head I did some research, and technically, a jellyfish does indeed have no head (and, technically, no brain, just a "nerve net"). The part on top is a "bell" used for buoyancy, not a head. --- doc/fixes34.4 | 1 + src/monst.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/fixes34.4 b/doc/fixes34.4 index 251fb6367..f259cbf8f 100644 --- a/doc/fixes34.4 +++ b/doc/fixes34.4 @@ -367,6 +367,7 @@ cutting a long worm in half would trigger segfault/accvio crash if the hit took parent down to 1 hit point or if long worms had become extinct blinded invisible hero can't see self as invisible via ';' or '/' a hangup save while picking up gold from shop floor could duplicate that gold +jellyfish do not technically have a head Platform- and/or Interface-Specific Fixes diff --git a/src/monst.c b/src/monst.c index b42cdbec5..a78ca2364 100644 --- a/src/monst.c +++ b/src/monst.c @@ -2806,7 +2806,7 @@ struct permonst _mons2[] = { A(ATTK(AT_STNG, AD_DRST, 3, 3), NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK), SIZ(80, 20, MS_SILENT, MZ_SMALL), MR_POISON, MR_POISON, - M1_SWIM|M1_AMPHIBIOUS|M1_SLITHY|M1_NOLIMBS|M1_NOTAKE|M1_POIS, + M1_SWIM|M1_AMPHIBIOUS|M1_SLITHY|M1_NOLIMBS|M1_NOHEAD|M1_NOTAKE|M1_POIS, M2_HOSTILE, 0, CLR_BLUE), MON("piranha", S_EEL, LVL(5, 12, 4, 0, 0), (G_GENO|G_NOGEN|G_SGROUP),