Changeset 363

Show
Ignore:
Timestamp:
07/19/07 16:46:17 (1 year ago)
Author:
ajps
Message:

Fix acid damage of objects to make it a higher chance than two minutes ago. Hard to count, zeroes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/angband-3.0.8/src/spells1.c

    r362 r363  
    815815                                { 
    816816                                        /* Chance to damage it */ 
    817                                         if (rand_int(100000) < perc) 
     817                                        if (rand_int(10000) < perc) 
    818818                                        { 
    819819                                                /* Damage the item */