Changeset 244
- Timestamp:
- 06/30/07 13:11:22 (1 year ago)
- Files:
-
- trunk/src/cmd3.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/cmd3.c
r156 r244 499 499 } 500 500 501 502 /* Take a turn */503 p_ptr->energy_use = 100;504 501 505 502 /* Artifacts cannot be destroyed */ … … 559 556 floor_item_describe(0 - item); 560 557 floor_item_optimize(0 - item); 558 } 559 560 561 /* We have destroyed a floor item, and the floor is not empty */ 562 if ((item < 0) && (cave_o_idx[p_ptr->py][p_ptr->px])) 563 { 564 /* Automatically repeat this command (unless disturbed) */ 565 p_ptr->command_cmd = 'k'; 566 p_ptr->command_rep = 2; 561 567 } 562 568 }
