mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
*LKI is more accurate now. (Fixes the Proper Burial bug described by Accountancy in bug topic)
This commit is contained in:
@@ -78,6 +78,8 @@ public class GameAction {
|
|||||||
else {
|
else {
|
||||||
copied = AllZone.getCardFactory().copyCard(c);
|
copied = AllZone.getCardFactory().copyCard(c);
|
||||||
copied.setControllerObjects(c.getControllerObjects());
|
copied.setControllerObjects(c.getControllerObjects());
|
||||||
|
copied.addTempAttackBoost(c.getTempAttackBoost());
|
||||||
|
copied.addTempDefenseBoost(c.getTempDefenseBoost());
|
||||||
|
|
||||||
// todo: improve choices here
|
// todo: improve choices here
|
||||||
// Certain attributes need to be copied from Hand->Stack and Stack->Battlefield
|
// Certain attributes need to be copied from Hand->Stack and Stack->Battlefield
|
||||||
|
|||||||
Reference in New Issue
Block a user