Changeset 292
- Timestamp:
- 07/07/07 10:38:44 (1 year ago)
- Files:
-
- trunk/src/cmd2.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/cmd2.c
r291 r292 1183 1183 place_object(y, x, FALSE, FALSE); 1184 1184 1185 /* Observe new object */ 1186 if (player_can_see_bold(y, x)) 1185 /* Observe the new object */ 1186 if (!squelch_hide_item(&o_list[cave_o_idx[y][x]]) && 1187 player_can_see_bold(y, x)) 1187 1188 { 1188 1189 msg_print("You have found something!");
