mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Cardfactory cleanup
This commit is contained in:
committed by
Michael Kamensky
parent
006e3303b7
commit
f830c3a6b8
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user