Skip to content

Commit

Permalink
fix(Household.cat): fix lance count (#285)
Browse files Browse the repository at this point in the history
* fix(Household.cat): include child forces

* when counting minimum lance count, also inlcude child forces

* fix(Household.cat): increase revision

* bump revision to 12
  • Loading branch information
BoaPi committed Jul 8, 2024
1 parent 727ca44 commit 2408828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Household.cat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<catalogue id="20c9-0c15-57e3-bf84" name="Household" revision="11" battleScribeVersion="2.03" library="false" gameSystemId="975a-00f4-df37-b565" gameSystemRevision="54" xmlns="http://www.battlescribe.net/schema/catalogueSchema">
<catalogue id="20c9-0c15-57e3-bf84" name="Household" revision="12" battleScribeVersion="2.03" library="false" gameSystemId="975a-00f4-df37-b565" gameSystemRevision="54" xmlns="http://www.battlescribe.net/schema/catalogueSchema">
<categoryEntries>
<categoryEntry id="abef-007d-766a-b940" name="Seneschal" publicationId="975a-00f4-pubN89746" page="35" hidden="false">
<rules>
Expand Down Expand Up @@ -49,7 +49,7 @@
<forceEntries>
<forceEntry id="94fe-00c9-e912-2e1a" name="Lance" hidden="false">
<constraints>
<constraint field="selections" scope="force" value="1.0" percentValue="false" shared="false" includeChildSelections="false" includeChildForces="false" id="e85f-1b78-055f-7791" type="min"/>
<constraint field="selections" scope="force" value="1.0" percentValue="false" shared="false" includeChildSelections="false" includeChildForces="true" id="e85f-1b78-055f-7791" type="min"/>
</constraints>
<categoryLinks>
<categoryLink id="b745-75d7-9dbe-c305" name="Banner" hidden="false" targetId="917a-77ef-30e4-b812" primary="false">
Expand Down

0 comments on commit 2408828

Please sign in to comment.