(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

@ -775,7 +775,7 @@ shp_hit_mine(struct shpstr *sp, struct mchrstr *mcp)
nreport(sp->shp_own, N_HIT_MINE, 0, 1);
m = 22.0 + (double)(random() % 21);
m = MINE_DAMAGE();
if (mcp->m_flags & M_SWEEP)
m /= 2.0;