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:
parent
6583bc86bb
commit
e5792f869f
@ -396,7 +396,7 @@ namespace EduNetworkBuilder
|
|||||||
{
|
{
|
||||||
if (myNet.DeviceInTree(theLinkType, location))
|
if (myNet.DeviceInTree(theLinkType, location))
|
||||||
{
|
{
|
||||||
tPacket.health -= 60;
|
tPacket.health -= 40;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user