int charge(){
     return target - shell.capacity();
     return shell.capacity() - target;
 }