Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!amdahl!pyramid!voder!tolerant!vsi1!steve From: steve@vsi1.UUCP (Steve Maurer) Newsgroups: comp.sources.games.bugs Subject: omega bug fix Message-ID: <305@vsi1.UUCP> Date: 17 Feb 88 02:17:59 GMT References: <4585@sdcsvax.UCSD.EDU> Reply-To: steve@vsi1.UUCP (Steve Maurer) Distribution: na Organization: Vicom Systems Inc. San Jose, Cal. Lines: 15 Summary: source to fix an omega bug in l_library When doing advanced research in the library, your reward may possibly be an increase in intelligence. Unfortunately, the code only increases your maxiq, not your iq. The fix is: osite.c (l_library) approx line 951: < mprint("You feel more knowledgeable!"); < Player.maxiq++; > mprint("You feel more knowledgeable!"); > Player.iq++; > Player.maxiq++; Steve Maurer