forked from External/mage
Cyclopean Tomb - Update.
This commit is contained in:
parent
cebfadbf34
commit
ecc18072cf
177 changed files with 581 additions and 646 deletions
|
|
@ -93,7 +93,7 @@ class FabricateEffect extends OneShotEffect {
|
|||
"Create " + CardUtil.numberToText(value, "a") + " 1/1 token" + (value > 1 ? "s" : ""),
|
||||
source,
|
||||
game)) {
|
||||
((Card) sourceObject).addCounters(CounterType.P1P1.createInstance(value), game);
|
||||
((Card) sourceObject).addCounters(CounterType.P1P1.createInstance(value), source, game);
|
||||
}
|
||||
else {
|
||||
new ServoToken().putOntoBattlefield(value, game, source.getSourceId(), controller.getId());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue