Balance update

This commit is contained in:
Georgiy Gorin
2026-04-23 13:09:23 +03:00
parent 9981ed1ae3
commit d7368e7fa7
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -21,5 +21,5 @@ func _process(delta: float) -> void:
tooltip.visible = p != null and global_position.distance_to(p.global_position) < 2.5
func interact(player: Node) -> void:
player.call("apply_upgrade_boots", 10.0, tier)
player.call("apply_upgrade_boots", 2.0, tier)
queue_free()