return"This slave lacks the penis necessary to accept testicles.";
}else{
return"This slave already has testicles.";
}
},
slave=>{
if (slave.prostate===0){
slave.prostate=1;
}
slave.balls=2;
slave.ballType="human";
slave.scrotum=2;
if (slave.pubertyAgeXY===0){
if (V.precociousPuberty===1){
if (slave.physicalAge>=V.potencyAge){
slave.pubertyAgeXY=slave.physicalAge+1;
}
}else{
if (slave.physicalAge>=V.potencyAge){
slave.pubertyXY=1;
}
}
}
}),
newApp.Medicine.OrganImplantAction("Implant","You can forgo standard procedure and implant testicles directly into $his abdomen.",20,"addTesticles",false,