update meta

This commit is contained in:
evanpelle
2025-08-16 12:49:45 -07:00
parent 419429ea72
commit c26cd3d948
+1 -1
View File
@@ -336,7 +336,7 @@ export class DefaultConfig implements Config {
trainGold(rel: "self" | "friendly" | "other"): Gold {
switch (rel) {
case "friendly":
return 100_000n;
return 50_000n;
case "other":
return 25_000n;
case "self":