Add to the list of temporary bonuses @param aBonus
(final BonusObj aBonus)
| 5986 | * @param aBonus |
| 5987 | */ |
| 5988 | public void addTempBonus(final BonusObj aBonus) |
| 5989 | { |
| 5990 | addToListFor(ListKey.TEMP_BONUS, aBonus); |
| 5991 | } |
| 5992 | |
| 5993 | /** |
| 5994 | * Remove from the list of temporary bonuses |
no test coverage detected