// Discards the weapon with the lowest BP public List <Card> discardWeapon(List <Card> hand) { strategyUtil strat = new strategyUtil(); return(strat.discardWeapon(hand)); }