Make Ants and Spiders able to destroy TargetBot

modernize-cmake-1
Fiftytwo 2020-04-05 16:05:57 +02:00
parent b5466261d4
commit 0c69dc8d30
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ bool IsAlien(ObjectType type)
type == OBJECT_NEST ||
type == OBJECT_BULLET ||
type == OBJECT_EGG ||
type == OBJECT_MOBILEtg ||
type == OBJECT_TEEN28 ||
type == OBJECT_TEEN31 );
}