Reset next_boulder when boulder was pushed
This commit is contained in:
@@ -424,6 +424,7 @@ moverock(void)
|
|||||||
/* Move the boulder *after* the message. */
|
/* Move the boulder *after* the message. */
|
||||||
if (glyph_is_invisible(levl[rx][ry].glyph))
|
if (glyph_is_invisible(levl[rx][ry].glyph))
|
||||||
unmap_object(rx, ry);
|
unmap_object(rx, ry);
|
||||||
|
otmp->next_boulder = 0;
|
||||||
movobj(otmp, rx, ry); /* does newsym(rx,ry) */
|
movobj(otmp, rx, ry); /* does newsym(rx,ry) */
|
||||||
if (Blind) {
|
if (Blind) {
|
||||||
feel_location(rx, ry);
|
feel_location(rx, ry);
|
||||||
|
|||||||
Reference in New Issue
Block a user