mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
remove unused variable
This commit is contained in:
@@ -1643,7 +1643,6 @@ public class ComputerUtilCombat {
|
|||||||
* a int.
|
* a int.
|
||||||
*/
|
*/
|
||||||
public static Map<Card, Integer> distributeAIDamage(final Card attacker, final List<Card> block, int damage) {
|
public static Map<Card, Integer> distributeAIDamage(final Card attacker, final List<Card> block, int damage) {
|
||||||
final Card c = attacker;
|
|
||||||
Map<Card, Integer> damageMap = new HashMap<Card, Integer>();
|
Map<Card, Integer> damageMap = new HashMap<Card, Integer>();
|
||||||
|
|
||||||
if (attacker.hasKeyword("You may have CARDNAME assign its combat damage as though it weren't blocked.")
|
if (attacker.hasKeyword("You may have CARDNAME assign its combat damage as though it weren't blocked.")
|
||||||
|
|||||||
Reference in New Issue
Block a user