Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmpr.h46 MSGCH_MONSTER_WARNING, // "Foo comes into view", et al enumerator
H A Dview.cc399 mprf(MSGCH_MONSTER_WARNING, "%s", warnings.c_str()); in _secular_headsup()
443 mprf(MSGCH_MONSTER_WARNING, "%s", msgs[0].c_str()); in _handle_comes_into_view()
445 mprf(MSGCH_MONSTER_WARNING, "%s come into view.", in _handle_comes_into_view()
H A Ddelay.cc1086 mprf(MSGCH_MONSTER_WARNING, "%s", text.c_str()); in _monster_warning()
H A Dmessage.cc1162 case MSGCH_MONSTER_WARNING: in channel_to_msgcol()