Started on mutation test scripts

Started on mutation test scripts.
This commit is contained in:
Jaysyn904
2022-03-19 21:58:35 -04:00
parent 81716e53de
commit 1be77dc35d
16 changed files with 294 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ const int RACIAL_TYPE_MEDBOT = 1;
const int RACIAL_TYPE_MUTDWF = 2;
const int RACIAL_TYPE_PSH = 4;
const int RACIAL_TYPE_LRGBOT = 5;
const int RACIAL_TYPE_HUMAN = 6;
// const int RACIAL_TYPE_HUMAN = 6; // Already defined
const int RACIAL_TYPE_MUTANT = 21;
const int RACIAL_TYPE_DROID = 22;
const int RACIAL_TYPE_CYBORG = 26;