(Equipment po, final String aType, final String aName, final PlayerCharacter aPC)
| 154 | } |
| 155 | |
| 156 | public static double equipBonusTo(Equipment po, final String aType, final String aName, final PlayerCharacter aPC) |
| 157 | { |
| 158 | return bonusTo(po, aType, aName, po, po.getBonusList(po), aPC); |
| 159 | } |
| 160 | |
| 161 | /** |
| 162 | * calcBonus adds together all the bonuses for aType of aName. |
no test coverage detected