feat(player): ✨ Introduce culture expansion methods and signals for territory management and cultural influence calculations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
6d13d6b738
commit
bde452ffee
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ var units: Array = []
|
|||
var cities: Array = []
|
||||
|
||||
# ── Economy ───────────────────────────────────────────────────────────
|
||||
var gold: int = 0
|
||||
var gold: int = 20
|
||||
var gold_per_turn: int = 0
|
||||
var golden_age_active: bool = false
|
||||
## Remaining turns in the current Golden Age (0 when inactive).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue