mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-17 14:29:16 +00:00
spawn fewer tradeships, change destroyer, tradeship graphic
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user