rather than the "flick" message, just go directly to stumble_onto_mimic
monsters with M3_WANTSBOOK often couldn't move in the Wizard-level
Vlad should want the Candelabrum
if you float_down on a trap in which you're already trapped, don't retrap
+applying whip toward hidden mimic displays mimic name before "Wait!" message
Platform- and/or Interface-Specific Fixes
}
wakeup(mtmp);
} else {
- You("flick your bullwhip towards %s.", mon_nam(mtmp));
+ if (mtmp->m_ap_type &&
+ !Protection_from_shape_changers && !sensemon(mtmp))
+ stumble_onto_mimic(mtmp);
+ else You("flick your bullwhip towards %s.", mon_nam(mtmp));
if (proficient) {
if (attack(mtmp)) return 1;
else pline(msg_snap);