mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Removed debug message.
This commit is contained in:
parent
40149bd8e1
commit
6c55ede2c2
1 changed files with 0 additions and 2 deletions
|
|
@ -67,11 +67,9 @@ public class OrTriggeredAbility extends TriggeredAbilityImpl {
|
|||
for (int i = 0; i < triggeredAbilities.length; i++) {
|
||||
TriggeredAbility ability = triggeredAbilities[i];
|
||||
if (ability.checkEventType(event, game) && ability.checkTrigger(event, game)) {
|
||||
System.out.println("Triggered from " + ability.getRule());
|
||||
triggeringAbilities.add(i);
|
||||
toRet = true;
|
||||
}
|
||||
System.out.println("Checked " + ability.getRule());
|
||||
}
|
||||
return toRet;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue