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

Function _article_it

crawl-ref/source/items.cc:1255–1259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1253}
1254
1255static string _article_it(const item_def &/*item*/)
1256{
1257 // "it" is always correct, since gloves and boots also come in pairs.
1258 return "it";
1259}
1260
1261static bool _origin_is_original_equip(const item_def &item)
1262{

Callers 1

origin_descFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected