untaught Ai how to use prevent until someone with more knowledge then i can look at why the enum list wont allow for it to be listed. its commented out for now, and it works on PC just fine, not perfect but atleast Ai actually trys to keep all their creatures with atleast 1-3 prevent point on them during combat. the probelm it has is with compiling to PSPSDK, it doesnt like having STANDARD_PREVENT = 13, If someone could look into why it would dramatically help Ai using clerics.

This commit is contained in:
omegablast2002@yahoo.com
2010-10-21 18:44:01 +00:00
parent 42dca6dd88
commit 34580856d3
3 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ class MTGAbility: public ActionElement{
FLASHBACK_COST = 10,
RETRACE_COST = 11,
MTG_COMBATTRIGGERS_RULE = 12,
STANDARD_PREVENT = 13,
//STANDARD_PREVENT = 13,
};