Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.cc1235 if (indirectkiller != death_source_desc()) in set_score_fields()
1829 string scorefile_entry::death_source_desc() const in death_source_desc() function in scorefile_entry
2093 desc += death_source_desc(); in death_description()
2100 desc += death_source_desc(); in death_description()
2233 desc += death_source_desc(); in death_description()
2349 if (!death_source_desc().empty()) in death_description()
2367 if (!terse && !death_source_desc().empty()) in death_description()
2368 desc += " by " + death_source_desc(); in death_description()
2375 else if (!death_source_desc().empty()) in death_description()
2420 if (!death_source_desc().empty()) in death_description()
[all …]
H A Dhiscores.h197 string death_source_desc() const;