Complete.Org: Mailing Lists: Archives: freeciv-ai: August 2004:
[freeciv-ai] (PR#9480) Patch: make CM aware of rapturesize
Home

[freeciv-ai] (PR#9480) Patch: make CM aware of rapturesize

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: per@xxxxxxxxxxx
Subject: [freeciv-ai] (PR#9480) Patch: make CM aware of rapturesize
From: "Benoit Hudson" <bh@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 2 Aug 2004 15:50:44 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=9480 >

> [jdorje - Fri Jul 23 01:10:14 2004]:
> Shouldn't we just change city_happy to do the size check?

We could do this trivially if we do a rules change.  Currently, a city
that has size 2 can be "happy"; which means that a city that grows to
size 3 can be in rapture immediately.  If we change city_happy to include
  pcity->size >= get_gov_pcity(pcity)->rapture_size
then a city that grows to size 3 has to wait a turn to be in rapture.

I think the new behaviour is how it was in civ2, but I can't remember
exactly.

Attachment: city_happy.diff
Description: Binary data


[Prev in Thread] Current Thread [Next in Thread]
  • [freeciv-ai] (PR#9480) Patch: make CM aware of rapturesize, Benoit Hudson <=