Changeset 972

Show
Ignore:
Timestamp:
07/01/08 13:55:57 (2 months ago)
Author:
mikon
Message:

* this fixes #612 (ticket:612 I wonder why it doesn't auto-close the ticket?) a bit more

Files:

Legend:

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

    r971 r972  
    424424        /* Include bonus damage in stated average */ 
    425425        dam += xtra_dam; 
    426     if (dam < 0) 
     426    if (dam <= 0) 
    427427                text_out_c(TERM_L_RED, "%d", 0); 
    428428        else if (dam % 10)