whipping hidden mimic displays mimic name too early
rather than the "flick" message, just go directly to stumble_onto_mimic
This commit is contained in:
@@ -430,6 +430,7 @@ cannot reflect back an invisible umber hulk or medusa's attack
|
|||||||
monsters with M3_WANTSBOOK often couldn't move in the Wizard-level
|
monsters with M3_WANTSBOOK often couldn't move in the Wizard-level
|
||||||
Vlad should want the Candelabrum
|
Vlad should want the Candelabrum
|
||||||
if you float_down on a trap in which you're already trapped, don't retrap
|
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
|
Platform- and/or Interface-Specific Fixes
|
||||||
|
|||||||
@@ -2233,7 +2233,10 @@ struct obj *obj;
|
|||||||
}
|
}
|
||||||
wakeup(mtmp);
|
wakeup(mtmp);
|
||||||
} else {
|
} 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 (proficient) {
|
||||||
if (attack(mtmp)) return 1;
|
if (attack(mtmp)) return 1;
|
||||||
else pline(msg_snap);
|
else pline(msg_snap);
|
||||||
|
|||||||
Reference in New Issue
Block a user