Changeset 434

Show
Ignore:
Timestamp:
08/02/07 15:36:05 (1 year ago)
Author:
ctate
Message:

Include damage bonuses when evaluating a weapon's average damage per blow.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/obj-info.c

    r429 r434  
    258258        } 
    259259 
     260        /* Include bonus damage in stated average */ 
     261        dam += xtra_dam; 
    260262    if (dam % 10) 
    261263                text_out_c(TERM_L_GREEN, "%d.%d", dam / 10, dam % 10);