U550 - grid bug travel
when travelling and polymorphed into a grid bug, don't move diagonally.
This commit is contained in:
@@ -553,6 +553,9 @@ int mode;
|
||||
register struct rm *tmpr = &levl[x][y];
|
||||
register struct rm *ust;
|
||||
|
||||
/* no diagonal movement for grid bugs */
|
||||
if (dx && dy && u.umonnum == PM_GRID_BUG) return FALSE;
|
||||
|
||||
/*
|
||||
* Check for physical obstacles. First, the place we are going.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user