mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
*Fixed Attacks-triggers.
This commit is contained in:
@@ -936,7 +936,7 @@ public class CombatUtil {
|
||||
|
||||
//Run triggers
|
||||
HashMap<String,Object> runParams = new HashMap<String,Object>();
|
||||
runParams.put("Card", c);
|
||||
runParams.put("Attacker", c);
|
||||
AllZone.TriggerHandler.runTrigger("Attacks", runParams);
|
||||
|
||||
//Annihilator:
|
||||
|
||||
Reference in New Issue
Block a user