Fix devil idol ui
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user