[net.sources.bugs] Phantasia bug

glenn@wacsvax.OZ (Glenn Huxtable) (10/24/84)

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.