*LKI is more accurate now. (Fixes the Proper Burial bug described by Accountancy in bug topic)

This commit is contained in:
Hellfish
2011-08-31 06:20:48 +00:00
parent ffbbcb2502
commit b7035fa3f1

View File

@@ -78,6 +78,8 @@ public class GameAction {
else {
copied = AllZone.getCardFactory().copyCard(c);
copied.setControllerObjects(c.getControllerObjects());
copied.addTempAttackBoost(c.getTempAttackBoost());
copied.addTempDefenseBoost(c.getTempDefenseBoost());
// todo: improve choices here
// Certain attributes need to be copied from Hand->Stack and Stack->Battlefield