Skip to content

Commit

Permalink
Update SpellAbilityEffect.java
Browse files Browse the repository at this point in the history
  • Loading branch information
tool4ever authored Jul 26, 2023
1 parent 3350b50 commit 38da1f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ protected static Card createEffect(final SpellAbility sa, final Player controlle
final Game game = hostCard.getGame();
final Card eff = new Card(game.nextCardId(), game);

eff.setTimestamp(game.getNextTimestamp());
eff.setGameTimestamp(game.getNextTimestamp());
eff.setName(name);
eff.setColor(hostCard.getColor().getColor());
// if name includes emblem then it should be one
Expand Down

0 comments on commit 38da1f2

Please sign in to comment.