mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +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
|
||||
|
||||
if (sa.hasParam("AILifeThreshold")) {
|
||||
System.out.println("threshold");
|
||||
if (player.getLife() <= Integer.parseInt(sa.getParam("AILifeThreshold"))) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user