Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.cc4316 static string _replace_speech_tag(string msg, string from, const string &to) in _replace_speech_tag() function
4389 msg = _replace_speech_tag(msg, " @to_foe@", ""); in do_mon_str_replacements()
4390 msg = _replace_speech_tag(msg, " @at_foe@", ""); in do_mon_str_replacements()
4392 msg = _replace_speech_tag(msg, " @to_foe@", ""); in do_mon_str_replacements()
4393 msg = _replace_speech_tag(msg, " @at_foe@", ""); in do_mon_str_replacements()
4433 msg = _replace_speech_tag(msg, " @to_foe@", " to @foe@"); in do_mon_str_replacements()
4434 msg = _replace_speech_tag(msg, " @at_foe@", " at @foe@"); in do_mon_str_replacements()