Handle gone portal for migrating monsters

If the quest portal was gone, due to hero expulsion, migrating monsters
caused an impossible.
This commit is contained in:
Pasi Kallinen
2020-03-11 19:52:09 +02:00
parent 9adb11238a
commit a6c600fd61

View File

@@ -408,7 +408,8 @@ boolean with_you;
if (t) {
xlocale = t->tx, ylocale = t->ty;
break;
} else {
} else if (!(u.uevent.qexpelled
&& (Is_qstart(&u.uz0) || Is_qstart(&u.uz)))) {
impossible("mon_arrive: no corresponding portal?");
} /*FALLTHRU*/
default: