mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-24 10:15:03 +00:00
increase short range tradeship gold debuff from 200=>300 to discourage cheesing
This commit is contained in:
@@ -779,7 +779,7 @@ export class DefaultConfig implements Config {
|
||||
}
|
||||
|
||||
tradeShipShortRangeDebuff(): number {
|
||||
return 200;
|
||||
return 300;
|
||||
}
|
||||
|
||||
proximityBonusPortsNb(totalPorts: number) {
|
||||
|
||||
Reference in New Issue
Block a user