Fix prot from shape changers at level generation
Mimics and other shape changers created at level generation did not obey protection from shape changers.
This commit is contained in:
@@ -1988,7 +1988,7 @@ register struct monst *mtmp;
|
||||
struct obj *otmp;
|
||||
int mx, my;
|
||||
|
||||
if (!mtmp)
|
||||
if (!mtmp || Protection_from_shape_changers)
|
||||
return;
|
||||
mx = mtmp->mx;
|
||||
my = mtmp->my;
|
||||
|
||||
Reference in New Issue
Block a user