diff --git a/megamek/src/megamek/common/Entity.java b/megamek/src/megamek/common/Entity.java index e8e54d8c4a..8b29e53166 100644 --- a/megamek/src/megamek/common/Entity.java +++ b/megamek/src/megamek/common/Entity.java @@ -717,7 +717,9 @@ public abstract class Entity extends TurnOrdered implements Transporter, Targeta private final Vector hitBySwarmsWeapon = new Vector<>(); /** - * True if and only if this is a canon (published) unit. + * True if and only if this is a canon (published) unit. This is established + * by checking against a text file in the docs folder; "OfficialUnitList.txt". + * @see MekFileParser */ private boolean canon;