Merge branch 'typefix' into 'master'

Fix missing type

See merge request core-developers/forge!4849
This commit is contained in:
Michael Kamensky
2021-06-08 03:31:57 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ public class MustAttackEffect extends SpellAbilityEffect {
final Card host = sa.getHostCard(); final Card host = sa.getHostCard();
final StringBuilder sb = new StringBuilder(); final StringBuilder sb = new StringBuilder();
// end standard pre- // end standard pre-
final List<Player> tgtPlayers = getTargetPlayers(sa); final List<Player> tgtPlayers = getTargetPlayers(sa);
@@ -67,7 +66,6 @@ public class MustAttackEffect extends SpellAbilityEffect {
entity = defPWs.getFirst(); entity = defPWs.getFirst();
} }
} }
//System.out.println("Setting mustAttackEntity to: "+entity);
for (final Player p : tgtPlayers) { for (final Player p : tgtPlayers) {
if ((tgt == null) || p.canBeTargetedBy(sa)) { if ((tgt == null) || p.canBeTargetedBy(sa)) {

View File

@@ -1,5 +1,6 @@
Name:Spider Name:Spider
ManaCost:no cost ManaCost:no cost
Types:Creature Spider
Colors:black Colors:black
PT:2/1 PT:2/1
K:Menace K:Menace