mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Update MeldEffect.java
This commit is contained in:
@@ -66,7 +66,7 @@ public class MeldEffect extends SpellAbilityEffect {
|
||||
if (addToCombat(primary, primary.getController(), sa, "Attacking", "Blocking")) {
|
||||
game.updateCombatForView();
|
||||
game.fireEvent(new GameEventCombatChanged());
|
||||
if (sa.hasParam("tapped")) {
|
||||
if (sa.hasParam("Tapped")) {
|
||||
primary.setTapped(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user