From: Stefan F. <ste...@us...> - 2010-05-30 10:42:47
|
Update of /cvsroot/rails/18xx/data/1825 In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv15333/data/1825 Modified Files: Game.xml Log Message: Added GameOptions for revenue calculation and route awareness Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1825/Game.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Game.xml 11 Mar 2010 23:20:26 -0000 1.1 --- Game.xml 30 May 2010 10:42:39 -0000 1.2 *************** *** 13,16 **** --- 13,18 ---- in a dropdown the first item is always the default). --> + <GameOption name="RouteAwareness" values="Highlight,Deactivate" default="Deactivate" /> + <GameOption name="RevenueCalculation" values="Suggest,Deactivate" default="Deactivate" /> <PlayerShareLimit percentage="100"/> <BankPoolLimit percentage="100"></BankPoolLimit> |