oh fuck im gonna have to learn to clean up previous commits

This commit is contained in:
2025-07-18 23:14:51 +10:00
parent a6c503b8ff
commit 4a26cf0ddb
54 changed files with 1066 additions and 163 deletions

View File

@@ -79,8 +79,8 @@ func card_picked_up(card_item: CardItem) -> void:
func _on_static_body_3d_button_interacted(_value: int, reply: Hero) -> void:
reply_player = reply
if reply.energy >= 3:
reply.energy -= 3
if reply.energy >= 8:
reply.energy -= 8
else:
return
button_collider.disabled = true