Changeset 563
- Timestamp:
- 09/17/07 07:46:36 (1 year ago)
- Files:
-
- trunk/src/birth.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/birth.c
r542 r563 657 657 object_prep(i_ptr, lookup_kind(TV_LITE, SV_LITE_TORCH)); 658 658 i_ptr->number = (byte)rand_range(3, 7); 659 i_ptr->timeout = rand_range(3, 7) * 500;659 i_ptr->timeout = FUEL_TORCH / 2; 660 660 i_ptr->origin = ORIGIN_BIRTH; 661 661 object_aware(i_ptr);
