mirror of
https://github.com/correl/mage.git
synced 2025-03-29 17:00:07 -09:00
Update DinosaurHunter.java
This commit is contained in:
parent
c2a4890603
commit
7099df246d
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class DinosaurHunterAbility extends TriggeredAbilityImpl {
|
|||
@Override
|
||||
public boolean checkTrigger(GameEvent event, Game game) {
|
||||
if (event.getSourceId().equals(getSourceId())) {
|
||||
Permanent targetPermanet = game.getPermanentOrLKIBattlefield(event.getTargetId());
|
||||
Permanent targetPermanent = game.getPermanentOrLKIBattlefield(event.getTargetId());
|
||||
if (targetPermanet.hasSubtype(SubType.DINOSAUR, game)) {
|
||||
getEffects().setTargetPointer(new FixedTarget(targetPermanet, game));
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue