B14018 healing mimics
Add missing newsym Also fixed up some inconsistent indentation
This commit is contained in:
@@ -269,13 +269,14 @@ struct obj *otmp;
|
|||||||
if (canseemon(mtmp)) {
|
if (canseemon(mtmp)) {
|
||||||
if (disguised_mimic) {
|
if (disguised_mimic) {
|
||||||
if (mtmp->m_ap_type == M_AP_OBJECT &&
|
if (mtmp->m_ap_type == M_AP_OBJECT &&
|
||||||
mtmp->mappearance == STRANGE_OBJECT)
|
mtmp->mappearance == STRANGE_OBJECT) {
|
||||||
/* it can do better now */
|
/* it can do better now */
|
||||||
set_mimic_sym(mtmp);
|
set_mimic_sym(mtmp);
|
||||||
else
|
newsym(mtmp->mx, mtmp->my);
|
||||||
mimic_hit_msg(mtmp, otyp);
|
} else
|
||||||
|
mimic_hit_msg(mtmp, otyp);
|
||||||
} else pline("%s looks%s better.", Monnam(mtmp),
|
} else pline("%s looks%s better.", Monnam(mtmp),
|
||||||
otyp == SPE_EXTRA_HEALING ? " much" : "" );
|
otyp == SPE_EXTRA_HEALING ? " much" : "" );
|
||||||
}
|
}
|
||||||
if (mtmp->mtame || mtmp->mpeaceful) {
|
if (mtmp->mtame || mtmp->mpeaceful) {
|
||||||
adjalign(Role_if(PM_HEALER) ? 1 : sgn(u.ualign.type));
|
adjalign(Role_if(PM_HEALER) ? 1 : sgn(u.ualign.type));
|
||||||
|
|||||||
Reference in New Issue
Block a user