]> granicus.if.org Git - nethack/commitdiff
Fix comment, mhurtle now handles pools and lava
authorPasi Kallinen <paxed@alt.org>
Wed, 23 Feb 2022 09:34:35 +0000 (11:34 +0200)
committerPasi Kallinen <paxed@alt.org>
Wed, 23 Feb 2022 09:34:35 +0000 (11:34 +0200)
src/dothrow.c

index f89124522fa0e5056be1a6ce89296a76c423128e..c1665aa184c0d812b0d88533674c871935bc6a8d 100644 (file)
@@ -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)) {