Skip to content

Commit

Permalink
Merge pull request #48 from lonevvolf/book-24
Browse files Browse the repository at this point in the history
Missing arrow shot
  • Loading branch information
cracrayol authored Aug 17, 2024
2 parents fac953a + d162a5b commit 5a5cd3d
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions www/data/mechanics-24.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1084,9 +1084,11 @@
<section id="sect156">
<choiceState section="all" set="disabled" />
<pick objectId="kaiclothes" />
<test not="true" objectOnSection="kaiclothes">
<choiceState section="all" set="enabled" />
</test>
<onInventoryEvent>
<test not="true" objectOnSection="kaiclothes">
<choiceState section="all" set="enabled" />
</test>
</onInventoryEvent>
</section>

<section id="sect157">
Expand Down Expand Up @@ -1374,6 +1376,10 @@
</test>
</section>

<section id="sect200">
<tag id="duadon" />
</section>

<section id="sect201">
<choiceState section="all" set="disabled" />
<randomTable>
Expand Down Expand Up @@ -1610,6 +1616,10 @@
<object objectId="broadsword" price="9" unlimited="true" />
<object objectId="bow" price="10" unlimited="true" />
</section>

<section id="sect238">
<pick class="arrow" count="-1" />
</section>

<section id="sect242">
<pick class="arrow" count="-1" />
Expand Down Expand Up @@ -1880,6 +1890,10 @@
</onInventoryEvent>
</section>

<section id="sect287">
<drop objectId="kaiclothes" />
</section>

<section id="sect288">
<choiceState section="all" set="disabled" />
<randomTable zeroAsTen="true">
Expand Down

0 comments on commit 5a5cd3d

Please sign in to comment.