bbsbot 2026-04-02
Prey archetype guards, pirate patrol fixes, archetype/roster_id status preservation
17 files · 83+ · 37-

Pirate patrol and bank fixes

1 file changed
  • pirate.py Pirate stays at patrol sector using EXPLORE instead of WAIT; bank backoff added; stardock visit guard prevents pirate from leaving patrol sector for banking
  • Pirate uses EXPLORE at patrol sector instead of WAIT to maintain presence. Stardock visit guard prevents pirate from leaving the patrol sector to bank. Bank backoff added for when banking fails. remediate behavioral
    1 file
    • pirate.py

Archetype and roster_id preservation on status updates

1 file changed
  • plugin.py archetype and roster_id preserved on worker status updates — were being cleared on each update
  • archetype and roster_id fields now preserved on worker status updates rather than being cleared. Dashboard archetype chips were disappearing after the first status update due to the fields not being carried forward. remediate behavioral
    1 file
    • plugin.py