spawn fewer tradeships, change destroyer, tradeship graphic

This commit is contained in:
Evan
2024-11-25 20:16:08 -08:00
parent 3137611ab3
commit 98367ac966
5 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ export class PortExecution implements Execution {
const portConnections = Array.from(this.portPaths.keys())
if (portConnections.length > 0 && this.random.chance(250)) {
if (portConnections.length > 0 && this.random.chance(this.mg.config().tradeShipSpawnRate())) {
const port = this.random.randElement(portConnections)
const path = this.portPaths.get(port)
if (path != null) {