Skip to content

Checks for space before fletching darts, headless arrows, and arrows

Bonesy requested to merge joshking071/2009scape:fletching-check-inventory into master

What has been done in this MR?

  • Checks that player has enough space before fetching darts, headless arrows, and arrows
    • Fixes #1271 (closed)
    • If the product is already in the inventory it will just add to the stack
    • If making the item would make enough space, it will not matter. You need either a stack of the item already or an empty space
    • Dialogue was just taken from BoltPulse.java.

What should testers check?

  • Fletching those items doesn't work when you have no space for the product.
  • Fletching does work when you do have space for the product.
  • I have tested these changes thoroughly.
  • I used the relevant Thanos/Zaros tool for any JSON edits where possible, and have attached screenshots of any changes.
Edited by Bonesy

Merge request reports