Changeset 334
- Timestamp:
- 07/13/07 13:32:27 (1 year ago)
- Files:
-
- branches/angband-3.0.8/src/wizard2.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/angband-3.0.8/src/wizard2.c
r285 r334 1087 1087 i_ptr->weight = a_ptr->weight; 1088 1088 1089 /* Mark that the artifact has been created. */ 1090 a_ptr->cur_num = 1; 1091 1089 1092 /* Drop the artifact from heaven */ 1090 1093 drop_near(i_ptr, -1, p_ptr->py, p_ptr->px);
