have core/ directory use consolex for remote logging

This commit is contained in:
evanpelle
2024-12-18 12:00:00 -08:00
parent 642d5dc4ca
commit ff02d9d8b6
31 changed files with 91 additions and 66 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ export abstract class DefaultConfig implements Config {
const ratio = 1 - (player.population() / max)
toAdd *= ratio
toAdd *= .5
// console.log(`to add ${toAdd}`)
// consolex.log(`to add ${toAdd}`)
if (player.type() == PlayerType.FakeHuman) {
toAdd *= 1.0