(MINE_LDAMAGE): Change to match damage suffered in lnd_hit_mine().

This increases damage suffered in retreat.  Fix info Damage.
(shp_hit_mine): Use MINE_DAMAGE().
(lnd_hit_mine): Use MINE_LDAMAGE().
This commit is contained in:
Markus Armbruster 2006-03-27 21:47:50 +00:00
parent 07015c3613
commit 9f658368b8
4 changed files with 5 additions and 5 deletions

View file

@ -1019,7 +1019,7 @@ lnd_hit_mine(struct lndstr *lp, struct lchrstr *lcp)
nreport(lp->lnd_own, N_LHIT_MINE, 0, 1);
m = roll(20) + 10;
m = MINE_LDAMAGE();
if (lcp->l_flags & L_ENGINEER)
m /= 2.0;