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

@@ -66,7 +66,6 @@ func _on_generator_updated(_a = null, _b = null, _c = null, _d = null) -> void:
func _on_generator_state_changed(generator_id: StringName, _state: Dictionary) -> void:
if generator_id == _generator_id:
visible = true
_refresh_generator_ui()
func _on_buy_buff_pressed(buff_id: StringName) -> void: