From: Michael A. <out...@gm...> - 2014-08-24 04:05:50
|
The current implementation of StartItem doesn't allow a bid of 0. I made a StartItem_1862 which does allow it - but there's no mechanism to specify the class of a start item in the XML. So I could go a couple ways with this: a) Put the differences from StartItem_1862 into StartItem. I can then run the tests to make sure I didn't break other games, but I worry a bit because there are mentions of 18EU in StartItem, but no tests for 18EU. b) Add the ability to specify the class for each StartItem in the XML. Is there a preference for which way I should go with this? Mike |