Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site wacsvax.OZ Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!mulga!munnari!basser!wacsvax!glenn From: glenn@wacsvax.OZ (Glenn Huxtable) Newsgroups: net.sources.bugs Subject: Phantasia bug (minor) Message-ID: <160@wacsvax.OZ> Date: Wed, 24-Oct-84 02:25:59 EST Article-I.D.: wacsvax.160 Posted: Wed Oct 24 02:25:59 1984 Date-Received: Thu, 8-Nov-84 00:50:40 EST Organization: Comp. Sci. University of Western Australia. Lines: 10 There is a minor error in the Phantasia source when a member of the council of the wise encounters Morgoth. The docco says you can only use a shield against Morgoth. The code however checks for a spell number '4' which is transform. The offending line was line number 336 of fight.c, it should read ... if (monster.typ == 23 && ch != '3') then you may have a chance agains Morgoth.