Changeset 563

Show
Ignore:
Timestamp:
09/17/07 07:46:36 (1 year ago)
Author:
takkaria
Message:

Stop being needlessly cruel to players -- make the torches in the inventory at birth have the same number of rounds as those bought from shops.

Files:

Legend:

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

    r542 r563  
    657657        object_prep(i_ptr, lookup_kind(TV_LITE, SV_LITE_TORCH)); 
    658658        i_ptr->number = (byte)rand_range(3, 7); 
    659         i_ptr->timeout = rand_range(3, 7) * 500
     659        i_ptr->timeout = FUEL_TORCH / 2
    660660        i_ptr->origin = ORIGIN_BIRTH; 
    661661        object_aware(i_ptr);