Home
last modified time | relevance | path

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

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dit_use2.cc41 bool potion_effect( char pot_eff, int pow ) in potion_effect() argument
51 switch (pot_eff) in potion_effect()
146 (pot_eff == POT_POISON) ? "slightly" : "quite" ); in potion_effect()
153 (pot_eff == POT_POISON) ? "very" : "extremely" ); in potion_effect()
157 poison_player( ((pot_eff == POT_POISON) ? 1 + random2avg(5, 2) in potion_effect()
H A Dit_use2.h23 bool potion_effect(char pot_eff, int pow);
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h218 bool drink_potion_effect(potion_type pot_eff, bool card = false);
H A Dmonster.cc5840 bool monster::drink_potion_effect(potion_type pot_eff, bool card) in drink_potion_effect() argument
5845 switch (pot_eff) in drink_potion_effect()
5889 CASE_REMOVED_POTIONS(pot_eff) in drink_potion_effect()