Skip to content

Commit ebd9b54

Browse files
authored
Merge pull request #4041 from IllianiCBT/isChild_updateAge
Updated isChild()
2 parents 0a93f89 + 1d081fc commit ebd9b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MekHQ/src/mekhq/campaign/personnel/Person.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ public UUID getId() {
11211121
}
11221122

11231123
public boolean isChild(final LocalDate today) {
1124-
return getAge(today) <= 13;
1124+
return getAge(today) < 18;
11251125
}
11261126

11271127
public Genealogy getGenealogy() {

0 commit comments

Comments
 (0)