Commit 2cb165b
fix(combat-trainer): tie gem pouch at 70 gems instead of swapping (elanthia-online#7356)
## Summary
- The game message "You'd better tie it up before putting" fires at 70
gems, meaning the pouch just needs tying to keep filling (up to 500
gems). Previously this was grouped into the `pouch-full` flag,
triggering a full pouch swap -- drop gem, remove pouch, stow it, get
spare, wear spare, fail to tie the empty one.
- Split into a separate `pouch-needs-tie` flag that simply ties the
current pouch and re-stows the gem.
## Test plan
- [ ] Verify pouch tie at 70 gems: stow gem triggers tie + re-stow, no
swap
- [ ] Verify pouch full at 500 gems: swap behavior unchanged
- [ ] Verify `pouch-needs-tie` flag cleanup on script exit
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent af380d9 commit 2cb165b
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
609 | | - | |
| 609 | + | |
| 610 | + | |
610 | 611 | | |
611 | 612 | | |
612 | 613 | | |
| |||
695 | 696 | | |
696 | 697 | | |
697 | 698 | | |
| 699 | + | |
698 | 700 | | |
699 | 701 | | |
700 | 702 | | |
| |||
721 | 723 | | |
722 | 724 | | |
723 | 725 | | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
724 | 735 | | |
725 | 736 | | |
726 | 737 | | |
| |||
6020 | 6031 | | |
6021 | 6032 | | |
6022 | 6033 | | |
| 6034 | + | |
6023 | 6035 | | |
6024 | 6036 | | |
6025 | 6037 | | |
| |||
0 commit comments