-fixesRockslide Elemental, Welkin Hawk
-Added messages for Manapool updates
-Cleaned up ManaProducer code
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-26 14:30:24 +00:00
parent 5e18cdb25d
commit 0dfa3f2e16
17 changed files with 165 additions and 144 deletions

View File

@@ -66,7 +66,7 @@ int TestSuiteAI::Act(float dt){
timer+= dt;
if (AManaProducer::currentlyTapping || timer < suite->timerLimit) return 1;
if (timer < suite->timerLimit) return 1;
timer = 0;
string action = suite->getNextAction();