| 1215 | } |
| 1216 | |
| 1217 | static void _origin_freeze(item_def &item) |
| 1218 | { |
| 1219 | if (!origin_known(item)) |
| 1220 | { |
| 1221 | item.orig_place = level_id::current(); |
| 1222 | _check_note_item(item); |
| 1223 | } |
| 1224 | } |
| 1225 | |
| 1226 | static string _origin_monster_name(const item_def &item) |
| 1227 | { |
no test coverage detected