Changeset 883

Show
Ignore:
Timestamp:
05/06/08 22:09:10 (4 months ago)
Author:
takkaria
Message:

Lower the distance missile weapons can fire into the 10-14 grids range.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/attack.c

    r842 r883  
    692692 
    693693        /* Base range XXX XXX */ 
    694         tdis = 10 + 5 * p_ptr->ammo_mult; 
     694        tdis = 6 + 2 * p_ptr->ammo_mult; 
    695695 
    696696 
  • trunk/src/obj-info.c

    r823 r883  
    368368        else 
    369369        { 
    370                 int tdis = 10 + 5 * p_ptr->ammo_mult; 
     370                int tdis = 6 + 2 * p_ptr->ammo_mult; 
    371371 
    372372                /* Calculate damage */