Lowered component health.

This commit is contained in:
Steve 2016-04-10 08:23:59 +01:00
parent aa399e1b27
commit 4652d6c7e4
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ static void addNodes(Entity *jumpgate, long flags)
{
node = spawnEntity();
STRNCPY(node->name, _("Jumpgate System Node"), MAX_NAME_LENGTH);
node->health = node->maxHealth = 75;
node->health = node->maxHealth = 25;
node->type = ET_COMPONENT;
node->offsetX = sin(TO_RAIDANS(i)) * 215;
node->offsetY = -cos(TO_RAIDANS(i)) * 215;