Lowered component health.
This commit is contained in:
parent
aa399e1b27
commit
4652d6c7e4
|
@ -64,7 +64,7 @@ static void addNodes(Entity *jumpgate, long flags)
|
||||||
{
|
{
|
||||||
node = spawnEntity();
|
node = spawnEntity();
|
||||||
STRNCPY(node->name, _("Jumpgate System Node"), MAX_NAME_LENGTH);
|
STRNCPY(node->name, _("Jumpgate System Node"), MAX_NAME_LENGTH);
|
||||||
node->health = node->maxHealth = 75;
|
node->health = node->maxHealth = 25;
|
||||||
node->type = ET_COMPONENT;
|
node->type = ET_COMPONENT;
|
||||||
node->offsetX = sin(TO_RAIDANS(i)) * 215;
|
node->offsetX = sin(TO_RAIDANS(i)) * 215;
|
||||||
node->offsetY = -cos(TO_RAIDANS(i)) * 215;
|
node->offsetY = -cos(TO_RAIDANS(i)) * 215;
|
||||||
|
|
Loading…
Reference in New Issue