Fix pet polyed to long worm staying leashed
Long worms cannot be leashed, but polymorphing a leashed pet into a long worm kept it leashed.
This commit is contained in:
@@ -595,7 +595,7 @@ unleash_all()
|
||||
* This ought to exclude various other things, such as lights and gas
|
||||
* spore, is_whirly() critters, ethereal creatures, possibly others.
|
||||
*/
|
||||
static boolean
|
||||
boolean
|
||||
leashable(mtmp)
|
||||
struct monst *mtmp;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user