Fix devil idol ui

This commit is contained in:
2026-05-17 16:51:07 +02:00
parent 41466af1ca
commit 4fd23d9416
14 changed files with 89 additions and 31 deletions

View File

@@ -98,7 +98,7 @@ func _update_worker_display() -> void:
var worker_currency: Currency = _get_worker_currency()
var can_assign: bool = false
if worker_currency != null and _alchemy_worker_count < 10:
if worker_currency != null and _alchemy_worker_count < _alchemy_tower.data.max_workers:
var worker_balance: BigNumber = _game_state.get_currency_amount(worker_currency)
can_assign = worker_balance.mantissa >= 1.0