improve capture trade ship message

This commit is contained in:
evanpelle
2024-12-10 08:08:44 -08:00
committed by Evan
parent e1d22193c1
commit ee97ae8197
+1 -1
View File
@@ -72,7 +72,7 @@ export class TradeShipExecution implements Execution {
const gold = this.mg.config().tradeShipGold(this.srcPort, dstPort)
this.tradeShip.owner().addGold(gold)
this.mg.displayMessage(
`Your trade ship captured from ${this.origOwner.displayName()}, giving you ${renderNumber(gold)} gold`,
`Received ${renderNumber(gold)} gold from ship captured from ${this.origOwner.displayName()}`,
MessageType.SUCCESS,
this.tradeShip.owner().id()
)