Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2005:
[Freeciv-Dev] (PR#12033) Hoover Damm does not give ecologic benefits
Home

[Freeciv-Dev] (PR#12033) Hoover Damm does not give ecologic benefits

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jorneg@xxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#12033) Hoover Damm does not give ecologic benefits
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 30 Jan 2005 00:46:27 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12033 >

New patch.
Index: data/default/buildings.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/default/buildings.ruleset,v
retrieving revision 1.57.2.3
diff -u -r1.57.2.3 buildings.ruleset
--- data/default/buildings.ruleset      4 Dec 2004 09:27:29 -0000       1.57.2.3
+++ data/default/buildings.ruleset      30 Jan 2005 08:46:14 -0000
@@ -580,8 +580,8 @@
     { "name", "value", "equiv", "req_type", "req"
       "Prod_Bonus", 25, "Generators", "Building", "Factory"
       "Prod_Bonus", 25, "Generators", "Building", "Mfg. Plant"
-      "Pollu_Prod_Pct", -25, "Janitors", "Building", "Factory"
-      "Pollu_Prod_Pct", -25, "Janitors", "Building", "Mfg. Plant"
+; Changed to a flat -50% for 2.0 to match what the docs say
+      "Pollu_Prod_Pct", -50, "Janitors"
     }
 sound          = "b_hydro_plant"
 sound_alt      = "b_generic"
@@ -734,8 +734,8 @@
     { "name", "value", "equiv", "req_type", "req"
       "Prod_Bonus", 25, "Generators", "Building", "Factory"
       "Prod_Bonus", 25, "Generators", "Building", "Mfg. Plant"
-      "Pollu_Prod_Pct", -25, "Janitors", "Building", "Factory"
-      "Pollu_Prod_Pct", -25, "Janitors", "Building", "Mfg. Plant"
+; Changed to a flat -50% for 2.0 to match what the docs say
+      "Pollu_Prod_Pct", -50, "Janitors"
     }
 sound          = "b_nuclear_plant"
 sound_alt      = "b_generic"
@@ -1654,8 +1654,8 @@
     { "name", "range", "value", "equiv", "req_type", "req"
       "Prod_Bonus", "Player", 25, "Generators", "Building", "Factory"
       "Prod_Bonus", "Player", 25, "Generators", "Building", "Mfg. Plant"
-      "Pollu_Prod_Pct", "Player", -25, "Janitors", "Building", "Factory"
-      "Pollu_Prod_Pct", "Player", -25, "Janitors", "Building", "Mfg. Plant"
+; Changed to a flat -50% for 2.0 to match what the docs say
+      "Pollu_Prod_Pct", "Player", -50, "Janitors"
     }
 sound          = "w_hoover_dam"
 sound_alt      = "w_generic"

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