From: Pasi Kallinen Date: Wed, 23 Feb 2022 09:34:35 +0000 (+0200) Subject: Fix comment, mhurtle now handles pools and lava X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=362cb4a317334e45ff37318b4d9645491384ed2e;p=nethack Fix comment, mhurtle now handles pools and lava --- 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)) {