Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmpr.h22 MSGCH_RECOVERY, // recovery from disease/stat/poison condition enumerator
H A Dduration-data.h460 mprf(MSGCH_RECOVERY, "You can drink potions again.");
H A Dplayer-stats.cc599 mprf(recovery ? MSGCH_RECOVERY : MSGCH_PLAIN, in restore_stat()
H A Dmessage.cc1151 case MSGCH_RECOVERY: in channel_to_msgcol()
1401 case MSGCH_RECOVERY: in _debug_channel_arena()
H A Dplayer-reacts.cc648 mprf(MSGCH_RECOVERY, "Your %s has recovered.", stat_desc(s, SD_NAME)); in _decrement_durations()
H A Dstatus.cc1070 return _lookup_duration(dur)->decr.recovery ? MSGCH_RECOVERY in duration_mid_chan()
H A Dplayer.cc2389 mprf(MSGCH_RECOVERY, "Your life force feels restored."); in _handle_hp_drain()
4000 mprf(MSGCH_RECOVERY, in contaminate_player()
4283 mprf(MSGCH_RECOVERY, "You are no longer poisoned."); in reduce_player_poison()
H A Dspl-damage.cc1995 mprf(MSGCH_RECOVERY, "You are no longer poisoned."); in _ignite_poison_player()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmessage.cc140 case MSGCH_RECOVERY: in channel_to_colour()
H A Dplayer.cc3663 mpr( info, (change > 0) ? MSGCH_WARN : MSGCH_RECOVERY ); in contaminate_player()
3697 mpr( "You feel better.", MSGCH_RECOVERY ); in reduce_poison_player()
3701 mpr( "You feel a little better.", MSGCH_RECOVERY ); in reduce_poison_player()
3866 mpr("You feel your health improve.", MSGCH_RECOVERY); in dec_disease_player()
H A Ditems.cc2085 mpr("You feel your strength returning.", MSGCH_RECOVERY); in handle_time()
2092 mpr("You feel your dexterity returning.", MSGCH_RECOVERY); in handle_time()
2099 mpr("You feel your intelligence returning.", MSGCH_RECOVERY); in handle_time()
H A Dacr.cc1792 mpr("You have got your breath back.", MSGCH_RECOVERY); in input()
2387 mpr("Your hearing returns.", MSGCH_RECOVERY); in input()
H A Denum.h1328 MSGCH_RECOVERY, // recovery from disease/stat/poison condition enumerator