Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!ll-xn!cit-vax!tybalt.caltech.edu!ssnyder From: ssnyder@tybalt.caltech.edu (Scott S. Snyder) Newsgroups: comp.sources.bugs Subject: Re: YANB Message-ID: <3764@cit-vax.Caltech.Edu> Date: Wed, 26-Aug-87 01:33:22 EDT Article-I.D.: cit-vax.3764 Posted: Wed Aug 26 01:33:22 1987 Date-Received: Thu, 27-Aug-87 06:25:37 EDT References: <203@auscso.UUCP> Sender: news@cit-vax.Caltech.Edu Reply-To: ssnyder@tybalt.caltech.edu.UUCP (Scott S. Snyder) Organization: California Institute of Technology Lines: 15 Keywords: nethack, giant spider, giant scorpion In article <203@auscso.UUCP> knutson6@auscso.UUCP (John Knutson) writes: >The giant spider hits! The scorpion's sting was poisoned! >Anyone got a fix? Try changing line 312 of mhitu.c from: poisoned("scorpion's sting",mdat->mname); to: #ifdef SPIDERS poisoned("spider's bite",mdat->mname); #else poisoned("scorpion's sting",mdat->mname); #endiul