Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dshopping.cc51 static int _shop_get_item_value(const item_def& item, int greed, bool id) in _shop_get_item_value() function
60 return _shop_get_item_value(item, shop.greed, shoptype_identifies_stock(shop.type)); in item_price()
1884 _shop_get_item_value(item, shop->greed, false); in item_type_identified()