Merge branch 'NetHack-3.6'
This commit is contained in:
@@ -1292,7 +1292,7 @@ boolean twoweap; /* used to restore twoweapon mode if wielded weapon returns */
|
||||
|| !index(in_rooms(mon->mx, mon->my, SHOPBASE), *u.ushops)))
|
||||
hot_pursuit(mon);
|
||||
|
||||
if (obj_gone || obj == uball)
|
||||
if (obj_gone)
|
||||
g.thrownobj = (struct obj *) 0;
|
||||
}
|
||||
|
||||
@@ -1304,6 +1304,8 @@ boolean twoweap; /* used to restore twoweapon mode if wielded weapon returns */
|
||||
swallowit:
|
||||
if (obj != uball)
|
||||
(void) mpickobj(u.ustuck, obj); /* clears 'g.thrownobj' */
|
||||
else
|
||||
clear_thrownobj = TRUE;
|
||||
goto throwit_return;
|
||||
} else {
|
||||
/* Mjollnir must we wielded to be thrown--caller verifies this;
|
||||
|
||||
Reference in New Issue
Block a user