Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dplayer.cc6310 vector<string> worn_notele; in no_tele_reason() local
6321 worn_notele.push_back(item->name(DESC_A)); in no_tele_reason()
6324 if (worn_notele.size() > (problems.empty() ? 3 : 1)) in no_tele_reason()
6328 number_in_words(worn_notele.size()).c_str(), in no_tele_reason()
6331 else if (!worn_notele.empty()) in no_tele_reason()
6335 comma_separated_line(worn_notele.begin(), in no_tele_reason()
6336 worn_notele.end()).c_str())); in no_tele_reason()