Changeset 334

Show
Ignore:
Timestamp:
07/13/07 13:32:27 (1 year ago)
Author:
ajps
Message:

Mark artifacts as created when created by debug commands - help debug knowledge screens.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/angband-3.0.8/src/wizard2.c

    r285 r334  
    10871087        i_ptr->weight = a_ptr->weight; 
    10881088 
     1089        /* Mark that the artifact has been created. */ 
     1090        a_ptr->cur_num = 1; 
     1091 
    10891092        /* Drop the artifact from heaven */ 
    10901093        drop_near(i_ptr, -1, p_ptr->py, p_ptr->px);