Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2004:
[Freeciv-Dev] (PR#10457) civilwarsize has odd special case
Home

[Freeciv-Dev] (PR#10457) civilwarsize has odd special case

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#10457) civilwarsize has odd special case
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 6 Oct 2004 19:52:24 -0700
Reply-to: rt@xxxxxxxxxxx

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

          N_("A civil war is triggered if a player has at least this "
             "many cities and the player's capital is captured. If "
             "this option is set to the maximum value, civil wars are "
             "turned off altogether."),

it would be better to make the special case occur if the value is set to 
0.  This is a lot easier to document than making the special case into 
some arbitrarily high but possibly changeable value (currently it's 1000).

Right now the minimum value here is 6.  I don't think decreasing this is 
a problem.

 From the wording I assume the captured city is counted as one of the 
cities, so there is no possibility for 0 cities.

jason




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#10457) civilwarsize has odd special case, Jason Short <=