diff --git a/src/battle/capitalShips.c b/src/battle/capitalShips.c index eef8e9a..e221a29 100644 --- a/src/battle/capitalShips.c +++ b/src/battle/capitalShips.c @@ -386,6 +386,7 @@ static void loadCapitalShipDef(char *filename) e->texture = getTexture(cJSON_GetObjectItem(root, "texture")->valuestring); e->speed = 1; e->systemPower = MAX_SYSTEM_POWER; + e->flags = EF_NO_HEALTH_BAR; e->action = think; e->die = die;