Fix comment, mhurtle now handles pools and lava
This commit is contained in:
+1
-1
@@ -918,7 +918,7 @@ mhurtle_step(genericptr_t arg, int x, int y)
|
|||||||
return TRUE;
|
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.
|
* rather than just stopping before.
|
||||||
*/
|
*/
|
||||||
if (goodpos(x, y, mon, 0) && m_in_out_region(mon, x, y)) {
|
if (goodpos(x, y, mon, 0) && m_in_out_region(mon, x, y)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user