More fuzzer branch teleporting
This commit is contained in:
@@ -490,8 +490,9 @@ mon_arrive(struct monst *mtmp, int when)
|
|||||||
if (t) {
|
if (t) {
|
||||||
xlocale = t->tx, ylocale = t->ty;
|
xlocale = t->tx, ylocale = t->ty;
|
||||||
break;
|
break;
|
||||||
} else if (iflags.debug_fuzzer && (stway = stairway_find_dir(TRUE)) != 0) {
|
} else if (iflags.debug_fuzzer
|
||||||
/* debugfuzzer returning from knox */
|
&& (stway = stairway_find_dir(!builds_up(&u.uz))) != 0) {
|
||||||
|
/* debugfuzzer returns from or enters another branch */
|
||||||
xlocale = stway->sx, ylocale = stway->sy;
|
xlocale = stway->sx, ylocale = stway->sy;
|
||||||
} else if (!(u.uevent.qexpelled
|
} else if (!(u.uevent.qexpelled
|
||||||
&& (Is_qstart(&u.uz0) || Is_qstart(&u.uz)))) {
|
&& (Is_qstart(&u.uz0) || Is_qstart(&u.uz)))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user