remove contained Equipment @param i the index of the item to remove
(final int i)
| 4401 | * @param i the index of the item to remove |
| 4402 | */ |
| 4403 | private void removeContainedEquipment(final int i) |
| 4404 | { |
| 4405 | d_containedEquipment.remove(i); |
| 4406 | } |
| 4407 | |
| 4408 | /** |
| 4409 | * Remove an equipment modifier and specified associated information eg. |