[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]
> 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
|
|