Allow crawling out of water on Plane of Water after hurtling
This commit is contained in:
@@ -623,6 +623,7 @@ int x, y;
|
||||
flush_screen(1);
|
||||
|
||||
if (levl[x][y].typ == WATER && Is_waterlevel(&u.uz)) {
|
||||
multi = 0;
|
||||
drown();
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user