&& opponent.chooseUse(outcome, "Sacrifice a creature to prevent the card draw?", game)) {
if (cost.pay(source, game, source.getSourceId(), opponent.getId(), false)) {
return true;
}
}
cost = new PayLifeCost(3);
if (cost.canPay(source, source.getSourceId(), opponent.getId(), game)
&& opponent.chooseUse(outcome, "Pay 3 life to prevent the card draw?", game)) {
if (cost.pay(source, game, source.getSourceId(), opponent.getId(), false)) {
return true;
}