Change the damage taken by trees. We can brush up against one and still make it through. But trees still give lots of damage...

This commit is contained in:
Tim Young 2018-03-19 13:37:20 -05:00
parent 6583bc86bb
commit e5792f869f
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ namespace EduNetworkBuilder
{
if (myNet.DeviceInTree(theLinkType, location))
{
tPacket.health -= 60;
tPacket.health -= 40;
}
}
}