mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Game: update copyLastStateBattlefield to copyLastState
This commit is contained in:
@@ -682,7 +682,7 @@ public class Combat {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void dealAssignedDamage() {
|
public void dealAssignedDamage() {
|
||||||
playerWhoAttacks.getGame().copyLastStateBattlefield();
|
playerWhoAttacks.getGame().copyLastState();
|
||||||
|
|
||||||
// This function handles both Regular and First Strike combat assignment
|
// This function handles both Regular and First Strike combat assignment
|
||||||
final HashMap<Card, Integer> defMap = defendingDamageMap;
|
final HashMap<Card, Integer> defMap = defendingDamageMap;
|
||||||
|
|||||||
Reference in New Issue
Block a user