Author: sveinung
Date: Fri Jan 23 15:39:22 2015
New Revision: 27786

URL: http://svn.gna.org/viewcvs/freeciv?rev=27786&view=rev
Log:
civ2civ3: make free building upkeep under communism not cumulative

The wonder A.Smith's Trading Co. and the government Communism grant a
similar bonus: free upkeep for buildings that cost 1 gold.

The wonder A.Smith's Trading Co. was supposed to be useless under Communism,
but the way it was implemented buildings with cost 2 become free of upkeep
too.

Patch by David Fernandez <bardo>

See bug #23205

Modified:
    branches/S2_5/data/civ2civ3/effects.ruleset

Modified: branches/S2_5/data/civ2civ3/effects.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/civ2civ3/effects.ruleset?rev=27786&r1=27785&r2=27786&view=diff
==============================================================================
--- branches/S2_5/data/civ2civ3/effects.ruleset (original)
+++ branches/S2_5/data/civ2civ3/effects.ruleset Fri Jan 23 15:39:22 2015
@@ -2932,6 +2932,10 @@
       "Building", "A.Smith's Trading Co.", "Player"
       "Building", "Stock Exchange", "City"
     }
+nreqs    =
+    { "type", "name", "range"
+      "Gov", "Communism", "Player"
+    }
 
 ;2 + 1 = 3
 [effect_asmiths_trading_co_1]


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to