summaryrefslogtreecommitdiff
path: root/server/bot/src/algos
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-20 01:30:36 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-20 01:30:47 +0200
commit02a843b40f4ddba14bb12d0f17454ee96de350a5 (patch)
treec771684285d93e4169799255b626063daf791e7a /server/bot/src/algos
parentcbe437809df14c30be2e282505adb562589df65a (diff)
downloadhurrycurry-02a843b40f4ddba14bb12d0f17454ee96de350a5.tar
hurrycurry-02a843b40f4ddba14bb12d0f17454ee96de350a5.tar.bz2
hurrycurry-02a843b40f4ddba14bb12d0f17454ee96de350a5.tar.zst
translate campaign conditions
Diffstat (limited to 'server/bot/src/algos')
-rw-r--r--server/bot/src/algos/simple.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/bot/src/algos/simple.rs b/server/bot/src/algos/simple.rs
index f0889976..73099830 100644
--- a/server/bot/src/algos/simple.rs
+++ b/server/bot/src/algos/simple.rs
@@ -330,7 +330,6 @@ impl Context<'_, Simple> {
debug!("waiting for passive to finish at {pos}");
self.state.cooldown(0.5);
return Err(()); // waiting for it to finish
- // TODO check progress
} else {
self.assert_tile_is_clear(pos)?;
}