Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2000:
[Freeciv-Dev] Re: [PATCH]Allow settlers to always begin construction
Home

[Freeciv-Dev] Re: [PATCH]Allow settlers to always begin construction

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: [PATCH]Allow settlers to always begin construction
From: ½²«íµØ <iquin@xxxxxxxxxx>
Date: Mon, 21 Feb 2000 19:35:10 -0500 (EST)

> There need to be some exstra graphichs then. Rigth now there is only only 
> state
> ACTIVITY_FORTIFY; it would have to be split up into ACTIVITY_FORTIFYING and
> ACTIVITY_FORTIFIED.

Can      if ((defender->activity == ACTIVITY_FORTIFY ||
becomes  if (((defender->activity == ACTIVITY_FORTIFY && defender->moves_left) 
||
instead?

Another thing I've been wondering:
Should a unit with less than one full move left recieve defense penalty?

Regards,
I.Q.
______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com?sr=mc.mk.mcm.tag001




[Prev in Thread] Current Thread [Next in Thread]