Commit 34d7cc6
[script][combat-trainer] Fix bundle tap regex for bundling rope (#7377)
## Summary
- The `tap my bundle` regex `You tap a \w+ bundle that you are wearing`
failed to match bundles using a braided bundling rope, which produce
output like `You tap a lumpy bundle bound by a braided bundling rope
that you are wearing`
- Loosened the regex to `You tap a \w+ bundle\b.*that you are wearing`
to bridge any descriptive clause between the adjective and "that you are
wearing"
- Added spec coverage for the bundling rope variant
## Test plan
- [x] Existing `#check_skinning` specs pass (new bundling rope context +
all prior contexts)
- [ ] In-game verification with a braided bundling rope bundle
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f6954e4 commit 34d7cc6
2 files changed
+33
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1153 | 1153 | | |
1154 | 1154 | | |
1155 | 1155 | | |
1156 | | - | |
| 1156 | + | |
1157 | 1157 | | |
1158 | 1158 | | |
1159 | 1159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
406 | 438 | | |
407 | 439 | | |
408 | 440 | | |
| |||
0 commit comments