- Timestamp:
- 06/04/09 23:28:31 (9 months ago)
- Files:
-
- 1 modified
-
trunk/src/cmd3.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/cmd3.c
r1429 r1430 226 226 227 227 o_ptr = object_from_item_idx(item); 228 229 /* Can't destroy cursed items we're wielding. */ 230 if ((item >= INVEN_WIELD) && cursed_p(o_ptr)) 231 { 232 msg_print("You cannot destroy the cursed item."); 233 return; 234 } 228 235 229 236 /* Get local object */
