Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mimsy!aplcen!jhunix!ins_akaa From: ins_akaa@jhunix.UUCP (Ken Arromdee) Newsgroups: rec.games.hack,comp.sources.d Subject: PC Hack bug fixes, a correction Message-ID: <4571@jhunix.UUCP> Date: Tue, 17-Mar-87 16:04:31 EST Article-I.D.: jhunix.4571 Posted: Tue Mar 17 16:04:31 1987 Date-Received: Thu, 19-Mar-87 04:58:36 EST Reply-To: ins_akaa@jhunix.UUCP (Ken Arromdee) Organization: TARDIS Repairs, Inc. Lines: 28 Xref: mnetor rec.games.hack:337 comp.sources.d:461 --------------------------------------------------------- >1) If you are dragging a heavy iron ball on the ground and you try levitating > up a stairway, the game will crash a move later. The problem is in do.c, in the function goto_level(). The lines which read if(Punished && !Levitation){ pline("With great effort you climb the stairs."); placebc(1); } should read if(Punished) { if(!Levitation) pline("With great effort you climb the stairs."); placebc(1); } ------------------------------------------------------------ This is what I *meant* to have written... sigh... (what I posted had an extra bracket after the if(!Levitation)... -- "Doctor!" "What is it?" (and no, the answer isn't "every episode since 1963") Kenneth Arromdee BITNET: G46I4701@JHUVM, INS_AKAA@JHUVMS, INS_AKAA@JHUNIX ARPA: ins_akaa%jhunix@hopkins.ARPA UUCP: {allegra!hopkins, seismo!umcp-cs, ihnp4!whuxcc} !jhunix!ins_akaa Copyright 1987 by Ken Arromdee. Restrictions on redistribution PROHIBITED. (The NSA, CIA, and FBI conspire to smuggle Reagan drugs via Iran and Nicaragua.)