better name rendering, game attack balancing

This commit is contained in:
evanpelle
2024-09-06 20:43:14 -07:00
parent 75adcd2989
commit 5bc7d6e023
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -36,10 +36,10 @@ export class DefaultConfig implements Config {
mag = 1
break
case TerrainType.Highland:
mag = 20
mag = 15
break
case TerrainType.Mountain:
mag = 100
mag = 50
break
}
if (defender.isPlayer()) {