Fix AD_DCAY mhitm armor erosion type

This commit is contained in:
Pasi Kallinen
2020-12-04 19:00:16 +02:00
parent efbd92b906
commit 55b4946305
2 changed files with 3 additions and 1 deletions

View File

@@ -1826,7 +1826,7 @@ struct mhitm_data *mhm;
mhm->hitflags = (MM_DEF_DIED | (grow_up(magr, mdef) ? 0 : MM_AGR_DIED));
return;
}
erode_armor(mdef, ERODE_CORRODE);
erode_armor(mdef, ERODE_ROT);
mdef->mstrategy &= ~STRAT_WAITFORU;
mhm->damage = 0;
}