From: <ev...@us...> - 2011-04-27 11:23:16
|
Revision: 1534 http://rails.svn.sourceforge.net/rails/?rev=1534&view=rev Author: evos Date: 2011-04-27 11:23:10 +0000 (Wed, 27 Apr 2011) Log Message: ----------- Token cost fix for GA company in 18GA/Cotton Port: first two tokens are free. Modified Paths: -------------- trunk/18xx/data/18GA/CompanyManager.xml Modified: trunk/18xx/data/18GA/CompanyManager.xml =================================================================== --- trunk/18xx/data/18GA/CompanyManager.xml 2011-04-27 08:27:18 UTC (rev 1533) +++ trunk/18xx/data/18GA/CompanyManager.xml 2011-04-27 11:23:10 UTC (rev 1534) @@ -70,6 +70,9 @@ </IfOption> <IfOption name="Variant" value="Cotton Port"> <Home hex="D10,E15"/> + <BaseTokens> + <LayCost method="sequence" cost="0,0,40,100"/> + </BaseTokens> </IfOption> </Company> <Company name="G&F" type="Public" tokens="2" fgColour="000000" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |