comment out deposit distance check

This commit is contained in:
Teatov 2024-10-22 11:00:16 +10:00
parent d38d87f0a3
commit eb6a5538b8

View File

@ -256,7 +256,7 @@ func _on_nav_agent_navigation_finished() -> void:
if (
state == State.DEPOSITING
and global_position.distance_to(_unit.anthill.global_position) < 2
# and global_position.distance_to(_unit.anthill.global_position) < 2
):
_deposit()