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: =2+m5X <iquin@xxxxxxxxxx>, freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: [PATCH]Allow settlers to always begin construction
From: Thue Janus Kristensen <thue105@xxxxxxxxxxxxxxxxxx>
Date: Tue, 22 Feb 2000 01:43:50 +0100

On Tue, 22 Feb 2000, =2+m5X wrote:
> > 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.

Yes, that would allow game-mechanics to remain unchanged while allowing you to
give orders even with 0 movepoints left. But I think the whole fortification
should be changed so that it doesn't work untill after fortitying one turn, as
it also is in civ 2 (and as would be better for game-balance)(as in the text
you qouted from me). I will make a patch tomorrow.

-Thue



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