true if temp bonus list is not empty. @return true if temp bonus list is not empty
()
| 466 | * @return true if temp bonus list is not empty |
| 467 | */ |
| 468 | public boolean useTempBonusList() |
| 469 | { |
| 470 | return !tempBonusBySource.isEmpty(); |
| 471 | } |
| 472 | |
| 473 | /** |
| 474 | * Apply this EquipSet to a PlayerCharacter object. |
no test coverage detected