mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
missed necessary part of Dance of Many checkin.
This commit is contained in:
@@ -136,6 +136,7 @@ public class CardFactory implements NewConstants {
|
||||
}
|
||||
}// readCard()
|
||||
|
||||
//TODO - this can probably be deleted. I don't think it's used.
|
||||
final public Card dynamicCopyCard(Card in)
|
||||
{
|
||||
if (in.isCreature()) {
|
||||
@@ -186,6 +187,7 @@ public class CardFactory implements NewConstants {
|
||||
out.setEquippedBy(in.getEquippedBy());
|
||||
out.setEnchantedBy(in.getEnchantedBy());
|
||||
out.setEnchanting(in.getEnchanting());
|
||||
out.setClones(in.getClones());
|
||||
return out;
|
||||
|
||||
}
|
||||
@@ -3256,7 +3258,6 @@ public class CardFactory implements NewConstants {
|
||||
c.setImageFilename(sim.getImageFilename());
|
||||
c.setTriggers(sim.getTriggers());
|
||||
|
||||
|
||||
return c;
|
||||
}// copyStats()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user