Fix so Prossh, Skyraider of Kher properly has tokens come into play

This commit is contained in:
drdev
2014-10-18 23:44:25 +00:00
parent 49ec80ac29
commit af19135c2e

View File

@@ -485,9 +485,6 @@ public class ComputerUtilMana {
if (test) { if (test) {
refundMana(manaSpentToPay, ai, sa); refundMana(manaSpentToPay, ai, sa);
} }
else {
manaSpentToPay.clear(); //prevent mana spent to pay sticking around such that it can cause an improper refund later
}
handleOfferingsAI(sa, test, cost.isPaid()); handleOfferingsAI(sa, test, cost.isPaid());
return true; return true;
} }