fix wondering and honeydew carrying

This commit is contained in:
2024-10-07 04:53:25 +10:00
parent b329791acf
commit 9dbd0cd625
2 changed files with 7 additions and 1 deletions

View File

@@ -163,6 +163,7 @@ func _drop_everything() -> void:
randf_range(-DROP_SPREAD, DROP_SPREAD),
)
await item.start_moving(global_position + new_pos).moved
item.set_carried(false)
await get_tree().create_timer(drop_interval).timeout