From 362cb4a317334e45ff37318b4d9645491384ed2e Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 23 Feb 2022 11:34:35 +0200 Subject: [PATCH] Fix comment, mhurtle now handles pools and lava --- src/dothrow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dothrow.c b/src/dothrow.c index f89124522..c1665aa18 100644 --- a/src/dothrow.c +++ b/src/dothrow.c @@ -918,7 +918,7 @@ mhurtle_step(genericptr_t arg, int x, int y) return TRUE; } - /* TODO: Treat walls, doors, iron bars, pools, lava, etc. specially + /* TODO: Treat walls, doors, iron bars, etc. specially * rather than just stopping before. */ if (goodpos(x, y, mon, 0) && m_in_out_region(mon, x, y)) {