Ai training: some Foreach training, optimizted the equip training to have Ai better use equipment, it should no longer leave equipment sitting around, enticed Ai into paying upcost on cards YAY! no more summon now and lose it next turn! :) enjoy.

This commit is contained in:
omegablast2002@yahoo.com
2010-11-23 16:52:46 +00:00
parent b5ff86b14c
commit bce5b9e54b
3 changed files with 59 additions and 10 deletions

View File

@@ -99,6 +99,7 @@ class MTGAbility: public ActionElement{
STANDARD_DRAW = 17,
STANDARD_PUMP = 18,
STANDARD_BECOMES = 19,
UPCOST = 20,
};