Cardfactory cleanup

This commit is contained in:
Hans Mackowiak
2020-07-22 14:32:25 +00:00
committed by Michael Kamensky
parent 006e3303b7
commit f830c3a6b8
11 changed files with 211 additions and 156 deletions

View File

@@ -161,7 +161,6 @@ public class HumanPlaySpellAbility {
// if a player failed to play madness cost, move the card to graveyard
Card newCard = game.getAction().moveToGraveyard(c, null);
newCard.setMadnessWithoutCast(true);
newCard.setMadness(false);
} else if (ability.getHostCard().isBestowed()) {
ability.getHostCard().unanimateBestow();
}