From: Erik V. <eri...@hc...> - 2008-11-15 14:42:31
|
> So I think I'll leave StockRound_1856 as it is now, > and add an extra condition for getting a turn (for the first time) > to OperatingRound_1856. Done, by overriding a new OperatingRound method setNextOperatingCompany(), factored out of the existing start() and finishTurn() methods. A message is displayed if a company that seems eligible for operating at the OR start appears to be not so when it's turn would start. Also: - Removed the isLayableNow() method from Tile (as discussed a while ago). - Added destinationReached attribute and related methods to PublicCompany. Erik. |