mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
* Curse of Shallow Graves - Fixed that tokens did not enter the battlefield tapped.
This commit is contained in:
parent
12c09545b5
commit
cb4b2cbc05
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ public class CreateTokenTargetEffect extends OneShotEffect<CreateTokenTargetEffe
|
|||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
int value = amount.calculate(game, source);
|
||||
token.putOntoBattlefield(value, game, source.getSourceId(), targetPointer.getFirst(game, source));
|
||||
token.putOntoBattlefield(value, game, source.getSourceId(), targetPointer.getFirst(game, source), tapped, attacking);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue