- Minor refactor of "transforms" ability

- Updated changeling and transforms to only get creature types (as initially intended by the code), removed hardcoded list of "types to avoid"

The test suite passes
This commit is contained in:
wagic.the.homebrew
2011-05-06 03:52:35 +00:00
parent 1e2ed785eb
commit 12228b51a0
5 changed files with 194 additions and 217 deletions

View File

@@ -47,6 +47,7 @@ public:
bool isType(int type);
bool isSubType(int type);
int add(string value, int parentType);
const vector<string> getValuesById();
};
#endif