From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24296 invoked by alias); 17 Aug 2004 16:42:57 -0000 Mailing-List: contact xconq7-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: xconq7-owner@sources.redhat.com Received: (qmail 24278 invoked from network); 17 Aug 2004 16:42:55 -0000 Received: from unknown (HELO ob2.cmich.edu) (141.209.20.21) by sourceware.org with SMTP; 17 Aug 2004 16:42:55 -0000 Received: from egate1.central.cmich.local ([141.209.15.85]) by ob2.cmich.edu (8.12.10/8.12.10) with ESMTP id i7HGbnP6005658; Tue, 17 Aug 2004 12:37:49 -0400 Received: from leon.phy.cmich.edu ([141.209.165.20]) by egate1.central.cmich.local with Microsoft SMTPSVC(5.0.2195.6713); Tue, 17 Aug 2004 12:40:12 -0400 Received: from localhost (localhost [127.0.0.1]) by leon.phy.cmich.edu (Postfix) with ESMTP id 2A00D70011; Tue, 17 Aug 2004 12:42:49 -0400 (EDT) Date: Tue, 17 Aug 2004 18:00:00 -0000 From: Eric McDonald To: Hans Ronne Cc: Jim Kingdon , Subject: Re: Major bug and what to do about it (long) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 17 Aug 2004 16:40:12.0498 (UTC) FILETIME=[DDC73B20:01C48478] X-CanItPRO-Stream: default X-Spam-Score: -0.9 () X-Bayes-Prob: 0.0001 X-Scanned-By: CanIt (www . canit . ca) X-SW-Source: 2004/txt/msg00927.txt.bz2 On Tue, 17 Aug 2004, Hans Ronne wrote: > >The attack into an empty cell exploit still exists with attack ("a"). > >For example, in the standard game cruise around the ocean, trying to > >attack random sea cells. One will eventually find a submarine. > > Interesting observation. What happens if you just move around in the ocean > without hitting 'a'? Then you are using 'advance_into_cell' as opposed to directly using the attack logic. I think Jim was referring to using the attack command to probe adjacent hexes without advancing into them. I fixed this for firing but not for attacking in the Tcl/Tk interface. Eric