mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Fix so Prossh, Skyraider of Kher properly has tokens come into play
This commit is contained in:
@@ -485,9 +485,6 @@ public class ComputerUtilMana {
|
||||
if (test) {
|
||||
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());
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user