mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-16 23:43:22 +00:00
save game stats to bigquery, update enums
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user