- Fixed a bug with Composite golem (and summoning sickness for Mana abilities in general)
- Improved test suite speed
This commit is contained in:
wagic.the.homebrew
2009-02-06 16:06:37 +00:00
parent bd632ed346
commit 6ea40147a3
7 changed files with 233 additions and 192 deletions
+1
View File
@@ -47,6 +47,7 @@ class TestSuiteState{
};
class TestSuite{
public:
int summoningSickness;
float timerLimit;
int currentAction;
TestSuiteState initState;