fix(feed-with-honey): avoid modified-collection crash in workgiver scan

- Snapshot `AllPawnsSpawned` with `ToList()` before iteration in `WorkGiver_FeedWithHoney`
- Apply the same fix in both `ArachnaeSwarm` and `KalospacerRWLib`
- Add `otherPawn.CurJob != null` guard to prevent potential NRE during target checks
This commit is contained in:
2026-02-22 01:47:35 +08:00
parent be500c5d59
commit 782a7b43b8
3 changed files with 4 additions and 2 deletions