Home
last modified time | relevance | path

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

/dports/games/angband/Angband-4.2.2/src/
H A Dstore.h99 bool store_buying, int qty);
H A Dstore.c594 bool store_buying, int qty) in price_item() argument
623 if (store_buying) { in price_item()
665 if (store_buying && (price > proprietor->max_cost * qty)) { in price_item()