mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Small Kismet fix
This commit is contained in:
parent
54e5abd945
commit
a9e1907776
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class KismetEffect extends ReplacementEffectImpl<KismetEffect> {
|
|||
public boolean replaceEvent(GameEvent event, Ability source, Game game) {
|
||||
Permanent target = game.getPermanent(event.getTargetId());
|
||||
if (target != null) {
|
||||
target.tap(game);
|
||||
target.setTapped(true);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue