Return true if the purchasing of stats mode is allowed. @return true if the purchasing of stats mode is allowed
()
| 1513 | * @return true if the purchasing of stats mode is allowed |
| 1514 | */ |
| 1515 | private boolean isPurchaseStatModeAllowed() |
| 1516 | { |
| 1517 | return !((pointBuyStatCosts == null) || (pointBuyStatCosts.isEmpty())); |
| 1518 | } |
| 1519 | |
| 1520 | /** |
| 1521 | * Set the value for all stats. |
no test coverage detected