Issue with calculation of AP if several armor

"If a character is wearing multiple pieces of armour on a location, only the highest armour point score is used although" => currently all AP are added sol : In totalAp from HitLocationMythras, replace "previousAp + currentAp" by "Math.max(previousAp, currentAp)"