From 09537408a5eef07b3b069045b5268b80617e7b18 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 22 May 2024 01:08:27 +0200 Subject: [node] implement ship purchasing --- nodejs/automation/agent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nodejs/automation') 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 { -- cgit v1.2.3