- Fixed AttackerUnblocked triggers.

This commit is contained in:
Sloth
2013-06-19 12:42:08 +00:00
parent 85c1fc457c
commit 3c3ab8138b

View File

@@ -592,7 +592,7 @@ public class Combat {
for (final AttackingBand band : attacking) { for (final AttackingBand band : attacking) {
band.calculateBlockedState(); band.calculateBlockedState();
if (band.getBlocked()) { if (!band.getBlocked()) {
for (Card attacker : band.getAttackers()) { for (Card attacker : band.getAttackers()) {
// Run Unblocked Trigger // Run Unblocked Trigger
final HashMap<String, Object> runParams = new HashMap<String, Object>(); final HashMap<String, Object> runParams = new HashMap<String, Object>();