mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-03 06:00:49 +00:00
meta: reduce train gold from allies from 50k => 35k
This commit is contained in:
@@ -370,7 +370,7 @@ export class DefaultConfig implements Config {
|
||||
trainGold(rel: "self" | "team" | "ally" | "other"): Gold {
|
||||
switch (rel) {
|
||||
case "ally":
|
||||
return 50_000n;
|
||||
return 35_000n;
|
||||
case "team":
|
||||
case "other":
|
||||
return 25_000n;
|
||||
|
||||
Reference in New Issue
Block a user