Skip to content

Commit

Permalink
Make coupon item stackable
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Oct 26, 2023
1 parent 4efdbc3 commit aceba61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data/conf/items/documents.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@
<item name="coupon">
<type class="documents" subclass="coupon" tileid="-1"/>
<description>You see a coupon.</description>
<!-- FIXME: `games.stendhal.server.entity.item.ItemTest` copy constructor test fails -->
<!--<implementation class-name="games.stendhal.server.entity.item.StackableItem"/>-->
<implementation class-name="games.stendhal.server.entity.item.Item"/>
<implementation class-name="games.stendhal.server.entity.item.StackableItem"/>
<attributes>
<quantity value="1"/>
</attributes>
<weight value="0.01"/>
<value value="1"/>
Expand Down
1 change: 1 addition & 0 deletions doc/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Changelog
- Semos's Ruler: Finish daily monster quest 1,000 times
- seeds & bulbs items have unique images
- added Magic City chest to wizard's bank
- made coupon item stackable

*bugfixes*

Expand Down

0 comments on commit aceba61

Please sign in to comment.