Comment typofixes, pt 3

This commit is contained in:
Pasi Kallinen
2015-10-17 13:47:25 +03:00
parent f056bdb429
commit 66dd87454b
19 changed files with 23 additions and 23 deletions

View File

@@ -1434,7 +1434,7 @@ domove()
boulder = sobj_at(BOULDER, x, y);
/* if a statue is displayed at the target location,
player is attempting to attack it [and boulder
handlng below is suitable for handling that] */
handling below is suitable for handling that] */
if (glyph_is_statue(glyph)
|| (Hallucination && glyph_is_monster(glyph)))
boulder = sobj_at(STATUE, x, y);