From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25691 invoked by alias); 6 Jun 2004 02:21:09 -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 25684 invoked from network); 6 Jun 2004 02:21:09 -0000 Received: from unknown (HELO av15-1-sn4.m-sp.skanova.net) (81.228.10.102) by sourceware.org with SMTP; 6 Jun 2004 02:21:09 -0000 Received: by av15-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id 9BA3637E4B; Sun, 6 Jun 2004 04:21:08 +0200 (CEST) Received: from smtp4-2-sn4.m-sp.skanova.net (smtp4-2-sn4.m-sp.skanova.net [81.228.10.180]) by av15-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 8468D37E45; Sun, 6 Jun 2004 04:21:08 +0200 (CEST) Received: from [212.181.162.155] (h155n1fls24o1048.bredband.comhem.se [212.181.162.155]) by smtp4-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id 06CF337E42; Sun, 6 Jun 2004 04:21:08 +0200 (CEST) X-Sender: u22611592@m1.226.comhem.se Message-Id: In-Reply-To: <20040606005953.61821.qmail@web13125.mail.yahoo.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 06 Jun 2004 02:21:00 -0000 To: Elijah Meeks From: Hans Ronne Subject: Re: Overrun actions (was: Consumption-per-fire?) Cc: xconq7@sources.redhat.com X-SW-Source: 2004/txt/msg00486.txt.bz2 >As a workaround, I figured I'd just turn off overrun >for my dragons, but I was unable to find any >can-overrun or similar unit property or table. Is >there such a thing? No such thing, I'm afraid. But if you add: (table acp-to-attack (monster u* 0) ) this will have the same effect in your game, since overrun actions currently require a non-zero act-to-attack. Hans