Merge branch 'master' into win32-x64-working
Conflicts: include/extern.h src/do.c src/mon.c Changes to be committed: modified: include/extern.h modified: src/ball.c modified: src/do.c modified: src/eat.c modified: src/hack.c modified: src/invent.c modified: src/lock.c modified: src/mon.c modified: src/pickup.c modified: src/pline.c modified: src/save.c modified: src/sp_lev.c modified: src/steed.c modified: src/trap.c modified: src/uhitm.c
This commit is contained in:
@@ -4107,14 +4107,7 @@ boolean force;
|
||||
return(0);
|
||||
}
|
||||
|
||||
if ((mtmp = m_at(x,y)) &&
|
||||
mtmp->m_ap_type == M_AP_FURNITURE &&
|
||||
(mtmp->mappearance == S_hcdoor ||
|
||||
mtmp->mappearance == S_vcdoor) &&
|
||||
!Protection_from_shape_changers) {
|
||||
stumble_onto_mimic(mtmp);
|
||||
return(1);
|
||||
}
|
||||
if (stumble_on_door_mimic(x,y)) return 1;
|
||||
|
||||
} /* deal_with_floor_trap */
|
||||
/* doors can be manipulated even while levitating/unskilled riding */
|
||||
|
||||
Reference in New Issue
Block a user