mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Kicker Linked Lite (#2401)
* Kicker Linked Lite * Fix incomplete LKI for Metallic Mimic and possibly others
This commit is contained in:
@@ -232,7 +232,7 @@ public class AiController {
|
||||
if (!validCard.contains("Self")) {
|
||||
continue;
|
||||
}
|
||||
if (validCard.contains("notkicked")) {
|
||||
if (validCard.contains("!kicked")) {
|
||||
if (sa.isKicked()) {
|
||||
continue;
|
||||
}
|
||||
@@ -288,7 +288,7 @@ public class AiController {
|
||||
if (!validCard.contains("Self")) {
|
||||
continue;
|
||||
}
|
||||
if (validCard.contains("notkicked")) {
|
||||
if (validCard.contains("!kicked")) {
|
||||
if (sa.isKicked()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user