mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
* Do if cost paid - fixed that some cards asks player about pay two times (fixed ~30 cards);
This commit is contained in:
parent
61bfdf8108
commit
d8c9d10066
30 changed files with 143 additions and 170 deletions
|
|
@ -97,7 +97,7 @@ public class DoIfCostPaid extends OneShotEffect {
|
|||
cost.clearPaid();
|
||||
int bookmark = game.bookmarkState();
|
||||
if (cost.pay(source, game, source.getSourceId(), player.getId(), false)) {
|
||||
game.informPlayers(player.getLogName() + " paid for " + mageObject.getLogName() + " - " + executingEffects.getText(source.getModes().getMode()));
|
||||
game.informPlayers(player.getLogName() + " paid for " + mageObject.getLogName() + " - " + message);
|
||||
for (Effect effect : executingEffects) {
|
||||
effect.setTargetPointer(this.targetPointer);
|
||||
if (effect instanceof OneShotEffect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue