save game stats to bigquery, update enums

This commit is contained in:
evanpelle
2024-12-10 20:28:39 -08:00
committed by Evan
parent f20f099408
commit 601f606a7f
9 changed files with 57 additions and 21 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ export class Executor {
this.random.nextID()
),
nation.cell,
nation.strength * this.gs.gameConfig().difficulty
nation.strength * this.gs.config().difficultyModifier(this.gs.gameConfig().difficulty)
))
}
return execs