[LTC] Implement Mirkwood Trapper (#10665)

This commit is contained in:
Susucre 2023-07-27 06:23:58 +02:00 committed by GitHub
parent 10b586f4b3
commit bc403fd6fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 152 additions and 2 deletions

View file

@ -4,7 +4,6 @@ import mage.abilities.TriggeredAbilityImpl;
import mage.abilities.effects.Effect;
import mage.constants.Zone;
import mage.game.Game;
import mage.game.events.DamagedPlayerEvent;
import mage.game.events.GameEvent;
import mage.target.targetpointer.FixedTarget;