mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Merge branch 'typefix' into 'master'
Fix missing type See merge request core-developers/forge!4849
This commit is contained in:
@@ -22,7 +22,6 @@ public class MustAttackEffect extends SpellAbilityEffect {
|
||||
final Card host = sa.getHostCard();
|
||||
final StringBuilder sb = new StringBuilder();
|
||||
|
||||
|
||||
// end standard pre-
|
||||
|
||||
final List<Player> tgtPlayers = getTargetPlayers(sa);
|
||||
@@ -67,7 +66,6 @@ public class MustAttackEffect extends SpellAbilityEffect {
|
||||
entity = defPWs.getFirst();
|
||||
}
|
||||
}
|
||||
//System.out.println("Setting mustAttackEntity to: "+entity);
|
||||
|
||||
for (final Player p : tgtPlayers) {
|
||||
if ((tgt == null) || p.canBeTargetedBy(sa)) {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
Name:Spider
|
||||
ManaCost:no cost
|
||||
Types:Creature Spider
|
||||
Colors:black
|
||||
PT:2/1
|
||||
K:Menace
|
||||
|
||||
Reference in New Issue
Block a user