aboutsummaryrefslogtreecommitdiff
path: root/server/bot/src/algos/dishwasher.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/bot/src/algos/dishwasher.rs')
-rw-r--r--server/bot/src/algos/dishwasher.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/bot/src/algos/dishwasher.rs b/server/bot/src/algos/dishwasher.rs
index e4a49978..17698524 100644
--- a/server/bot/src/algos/dishwasher.rs
+++ b/server/bot/src/algos/dishwasher.rs
@@ -99,6 +99,7 @@ impl Context<'_, DishWasher> {
self.assert_tile_is_clear(pos)?;
}
if self.is_hand_item(self.state.dirty_plate.unwrap()) {
+ // TODO clear sink first but dont "steal" items from others working there
if let Some(sink) = self.find_empty_interactable_tile_by_name("sink") {
self.interact_with(sink, 2.0)?;
}