Changeset 363
- Timestamp:
- 07/19/07 16:46:17 (1 year ago)
- Files:
-
- branches/angband-3.0.8/src/spells1.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/angband-3.0.8/src/spells1.c
r362 r363 815 815 { 816 816 /* Chance to damage it */ 817 if (rand_int(10000 0) < perc)817 if (rand_int(10000) < perc) 818 818 { 819 819 /* Damage the item */
