mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
- removed test code
This commit is contained in:
parent
d334504131
commit
4b0381e074
1 changed files with 0 additions and 2 deletions
|
|
@ -1622,8 +1622,6 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
|
||||
// workaround to find all abilities first and filter it for one object
|
||||
List<ActivatedAbility> allPlayable = getPlayable(game, true, zone, false);
|
||||
System.out.println("PlayerImpl : (getPlayableActivatedAbilities) " + allPlayable);
|
||||
System.out.println("PlayerImpl : (getPlayableActivatedAbilities) If last line is empty, then nothing returned. If not, useable should have something in it! ");
|
||||
for (ActivatedAbility ability : allPlayable) {
|
||||
if (needIds.contains(ability.getSourceId())) {
|
||||
useable.putIfAbsent(ability.getId(), ability);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue