Changeset 444

Show
Ignore:
Timestamp:
08/05/07 01:12:20 (1 year ago)
Author:
ctate
Message:

Mark chests with their level of origin; see also [443].

Files:

Legend:

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

    r443 r444  
    24492449                        if (o_ptr->pval > 55) o_ptr->pval = (s16b)(55 + rand_int(5)); 
    24502450 
     2451                        /* The contents of a chest are based on its level of origin */ 
     2452                        o_ptr->origin_depth = level; 
     2453 
    24512454                        break; 
    24522455                }