Skip to content

Commit

Permalink
Mark dark & light arrows as unattainable
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Nov 2, 2023
1 parent 55bbc62 commit e4b39bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/conf/items/arrows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
<type class="ammunition" subclass="light_arrow" tileid="-1"/>
<description>You see a light arrow. It shines with a holy radiance.</description>
<implementation class-name="games.stendhal.server.entity.item.Projectile"/>
<unattainable/>
<attributes>
<atk condition="!testing.combat" value="6"/>
<ratk condition="testing.combat" value="6"/>
Expand All @@ -154,6 +155,7 @@
<type class="ammunition" subclass="dark_arrow" tileid="-1"/>
<description>You see a dark arrow. It's hard to describe.</description>
<implementation class-name="games.stendhal.server.entity.item.Projectile"/>
<unattainable/>
<attributes>
<atk condition="!testing.combat" value="6"/>
<ratk condition="testing.combat" value="6"/>
Expand Down

0 comments on commit e4b39bb

Please sign in to comment.