Commit 8210e62
fix(hunting-buddy): remove 30s force-kill, defer to combat-trainer cleanup (elanthia-online#7358)
## Summary
- Removes the 30s force-kill timer that would
`stop_script('combat-trainer')` mid-combat, bypassing weapon stow and
leaving loaded weapons in hand
- Now that combat-trainer has its own 120s kill phase timeout (elanthia-online#7357),
this force-kill is redundant and harmful
- Reverts to a simple `pause 1 while` wait loop, letting combat-trainer
finish its own cleanup
## Test plan
- [ ] Hunt with a ranged weapon until skills reach threshold -- verify
combat-trainer cleans up on its own (no force-kill warning)
- [ ] Hunt with a melee weapon -- verify normal cleanup still works
- [ ] Kill hunting-buddy mid-hunt -- `before_dying` block still
force-stops combat-trainer (unchanged, separate concern)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 684f2c2 commit 8210e62
1 file changed
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
| 658 | + | |
667 | 659 | | |
668 | 660 | | |
669 | 661 | | |
| |||
0 commit comments