1
0
Fork 0

[node] implement ship purchasing

This commit is contained in:
Julien Dessaux 2024-05-22 01:08:27 +02:00
parent b1627bf0d7
commit 09537408a5
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 47 additions and 1 deletions

View file

@ -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 {