private bool TestPlayerSilver() { return(silverTradeable.CountPostDealFor(Transactor.Colony) >= 0); }
public override bool CustomCheckViolation(Tradeable silver, Tradeable notes) { return(silver.CountPostDealFor(Transactor.Trader) < 0); }