(retreat_land1): Fix land mine hit chance (was too high).

This commit is contained in:
Markus Armbruster 2006-03-27 21:54:56 +00:00
parent 9f658368b8
commit f67ca9663a

View file

@ -501,7 +501,7 @@ retreat_land1(struct lndstr *lp, char code, int orig)
putsect(&sect);
}
if (mines > 0 && (sect.sct_oldown != lp->lnd_own) &&
chance(DMINE_HITCHANCE(mines))) {
chance(DMINE_LHITCHANCE(mines))) {
wu(0, lp->lnd_own,
"%s %s,\nand hit a mine in %s while retreating!\n",
prland(lp),