MCPcopy Create free account
hub / github.com/crawl/crawl / _origin_freeze

Function _origin_freeze

crawl-ref/source/items.cc:1217–1224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215}
1216
1217static 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
1226static string _origin_monster_name(const item_def &item)
1227{

Callers 1

note_inscribe_itemFunction · 0.85

Calls 2

origin_knownFunction · 0.85
_check_note_itemFunction · 0.85

Tested by

no test coverage detected