mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fixed AttackerUnblocked triggers.
This commit is contained in:
@@ -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>();
|
||||||
|
|||||||
Reference in New Issue
Block a user