Made the name of the "Linkable/IsLinkable" property consistent

This commit is contained in:
Joonas Rikkonen
2017-12-02 14:19:23 +02:00
parent 905eaeccc2
commit deefcafe02
7 changed files with 11 additions and 17 deletions
@@ -74,7 +74,7 @@ namespace Barotrauma
if (entity == this || !entity.IsHighlighted) continue;
if (!entity.IsMouseOn(position)) continue;
if (entity.IsLinkable && entity.linkedTo != null) entity.linkedTo.Add(this);
if (entity.Linkable && entity.linkedTo != null) entity.linkedTo.Add(this);
}
}
else