mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Fixed AttackerUnblocked triggers.
This commit is contained in:
@@ -592,7 +592,7 @@ public class Combat {
|
||||
for (final AttackingBand band : attacking) {
|
||||
band.calculateBlockedState();
|
||||
|
||||
if (band.getBlocked()) {
|
||||
if (!band.getBlocked()) {
|
||||
for (Card attacker : band.getAttackers()) {
|
||||
// Run Unblocked Trigger
|
||||
final HashMap<String, Object> runParams = new HashMap<String, Object>();
|
||||
|
||||
Reference in New Issue
Block a user