fix a spelling mistake in the code
This commit is contained in:
+1
-1
@@ -3463,7 +3463,7 @@ mhitm_ad_poly(
|
|||||||
if (!uwep && mhm->damage < mdef->mhp) {
|
if (!uwep && mhm->damage < mdef->mhp) {
|
||||||
if (negated) {
|
if (negated) {
|
||||||
/* assume that you can tell by touch if blinded */
|
/* assume that you can tell by touch if blinded */
|
||||||
pline("%s is not transformted.", Monnam(mdef));
|
pline("%s is not transformed.", Monnam(mdef));
|
||||||
} else {
|
} else {
|
||||||
mhm->damage = mon_poly(&gy.youmonst, mdef, mhm->damage);
|
mhm->damage = mon_poly(&gy.youmonst, mdef, mhm->damage);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user