summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-09-06 20:18:07 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-09-06 20:18:07 -0400
commit125261ba9f485510867151b4eb6d2722242b49d1 (patch)
tree0a77b5552d7aa53d942834fd681e081553b2e3dd
parentb1bb8ce81af0aac7bfc020bdfba3d27a07d18f88 (diff)
downloadsigen-125261ba9f485510867151b4eb6d2722242b49d1.tar.gz
sigen-125261ba9f485510867151b4eb6d2722242b49d1.tar.xz
sigen-125261ba9f485510867151b4eb6d2722242b49d1.zip
Remove warning about ability counts
-rw-r--r--sigmod/Species.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sigmod/Species.cpp b/sigmod/Species.cpp
index 8f569b3b..a87fafc4 100644
--- a/sigmod/Species.cpp
+++ b/sigmod/Species.cpp
@@ -157,8 +157,6 @@ void Species::validate()
}
TEST_LIST(type);
TEST_LIST(eggGroup);
- if (m_ability.size() < game()->rules()->maxAbilities())
- emit(warning("There are too few abilities"));
TEST_MAP(ability);
if (game()->rules()->maxHeldItems() && !m_item.size())
emit(warning("There are no items"));