From 125261ba9f485510867151b4eb6d2722242b49d1 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 6 Sep 2009 20:18:07 -0400 Subject: Remove warning about ability counts --- sigmod/Species.cpp | 2 -- 1 file changed, 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")); -- cgit