Home
last modified time | relevance | path

Searched refs:shop_item_unknown (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dshopping.h43 bool shop_item_unknown(const item_def &item);
H A Dshopping.cc919 shop_item_unknown(*item) ? " (unknown)" : "", in get_text()
1477 bool shop_item_unknown(const item_def &item) in shop_item_unknown() function
2134 && shop_item_unknown(get_thing_item(thing)); in fill_out_menu()
H A Dstash.cc572 shop_item_unknown(it) ? " (unknown)" : "", in shop_item_name()