Reset workers after prestige in momastery and alchemy tower

This commit is contained in:
2026-05-17 18:48:59 +02:00
parent 4fd23d9416
commit 51d042261f
13 changed files with 38 additions and 11 deletions

View File

@@ -601,6 +601,7 @@ func reset_for_prestige(reset_total_currency: bool = false, emit_currency_signal
var research_ids: Array = research_xp.keys()
research_xp.clear()
research_levels.clear()
research_workers = 0
for research_id in research_ids:
research_xp_changed.emit(research_id, BigNumber.from_float(0.0))