diff options
Diffstat (limited to 'nodejs/automation')
-rw-r--r-- | nodejs/automation/agent.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nodejs/automation/agent.ts b/nodejs/automation/agent.ts index 9ee0ea8..59799f5 100644 --- a/nodejs/automation/agent.ts +++ b/nodejs/automation/agent.ts @@ -3,7 +3,7 @@ import events from 'events'; import * as autoContracting from './contracting.ts'; import { debugLog, send, sleep } from '../lib/api.ts'; import { getAgent } from '../lib/agent.ts'; -import { getShips, Ship } from '../lib/ships.ts'; +import { getShips, purchaseShip, Ship } from '../lib/ships.ts'; import { market, shipyard, trait, waypoint } from '../lib/systems.ts'; import { Waypoint } from '../lib/types.ts'; import { |