mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Suppressed debug input.
This commit is contained in:
@@ -1625,7 +1625,6 @@ public class AiController {
|
|||||||
// AI-specific restrictions specified as activation parameters in spell abilities
|
// AI-specific restrictions specified as activation parameters in spell abilities
|
||||||
|
|
||||||
if (sa.hasParam("AILifeThreshold")) {
|
if (sa.hasParam("AILifeThreshold")) {
|
||||||
System.out.println("threshold");
|
|
||||||
if (player.getLife() <= Integer.parseInt(sa.getParam("AILifeThreshold"))) {
|
if (player.getLife() <= Integer.parseInt(sa.getParam("AILifeThreshold"))) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user