Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!seismo!rochester!cornell!svax!gil From: gil@svax.UUCP Newsgroups: rec.games.hack,net.sources.games Subject: Hack bug (dog dies eating) Message-ID: <1216@svax.cs.cornell.edu> Date: Sun, 12-Apr-87 13:17:18 EST Article-I.D.: svax.1216 Posted: Sun Apr 12 13:17:18 1987 Date-Received: Tue, 14-Apr-87 00:37:09 EST Reply-To: gil@svax.cs.cornell.edu (Gil Neiger) Organization: Cornell Univ. CS Dept, Ithaca NY Lines: 13 Xref: utgpu rec.games.hack:387 net.sources.games:1079 =============================================================================== You miss the large dog. The large dog devours the tripe ration. More-- The large dog dies from hunger. Whoops. Guess it couldn't digest fast enough. =============================================================================== One of the users here saw the above, and made the comment that follows. I've looked at the source, and don't see how it could happen. In tamedog() (in hack.dog.c, the only place where there's any devouring) initedog() is unconditionally run, and this code sets "hungrytime" to 1000+moves. So how could the dog immediately die? - Gil