Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddeath-curse.cc50 mpr(do_mon_str_replacements(mon_seen_msg, in _do_msg()
55 mpr(do_mon_str_replacements(mon_unseen_msg, in _do_msg()
H A Dattitude-change.cc269 msg = do_mon_str_replacements(msg, *mon); in _print_converted_orc_speech()
456 msg = do_mon_str_replacements(msg, *traitor); in gozag_check_bribe()
H A Dspl-miscast.cc61 msg = do_mon_str_replacements(msg, *target.as_monster(), S_SILENT); in _do_msg()
H A Dmon-speak.cc817 const string _msg = do_mon_str_replacements(msg, *mons); in mons_speaks_msg()
H A Dmon-util.h484 string do_mon_str_replacements(const string &msg, const monster& mons,
H A Dshout.cc251 message = do_mon_str_replacements(message, *mons, s_type); in monster_shout()
H A Dspl-goditem.cc56 msg = do_mon_str_replacements(msg, mon); in _print_holy_pacification_speech()
H A Dmelee-attack.cc3162 msg = do_mon_str_replacements(msg, *attacker->as_monster(), S_SILENT); in do_starlight()
H A Dreligion.cc2325 mprf(MSGCH_GOD, god, "%s", do_mon_str_replacements(mesg, fake_mon).c_str()); in god_speaks()
H A Dmon-util.cc4359 string do_mon_str_replacements(const string &in_msg, const monster& mons, in do_mon_str_replacements() function
H A Dmon-cast.cc5101 msg = do_mon_str_replacements(msg, *mons); in _spell_charged()