Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dpotion-type.h24 POT_POISON, enumerator
89 case POT_POISON: \
H A Ditem-prop.cc780 { OBJ_POTIONS, POT_POISON },
H A Dtags.cc4921 case POT_POISON: in unmarshallItem()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dit_use2.cc141 case POT_POISON: 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 Dspells4.cc944 case POT_POISON: in ignite_poison_objects()
1121 case POT_POISON: in cast_ignite_poison()
1960 case POT_POISON: in cast_evaporate()
2094 potion_type = (power_up ? POT_POISON : POT_CONFUSION); in cast_fulsome_distillation()
2098 potion_type = (power_up ? POT_DECAY : POT_POISON); in cast_fulsome_distillation()
2113 potion_type = (power_up ? POT_DEGENERATION : POT_POISON); in cast_fulsome_distillation()
2117 potion_type = (power_up ? POT_STRONG_POISON : POT_POISON); in cast_fulsome_distillation()
2147 potion_type = POT_POISON; in cast_fulsome_distillation()
2151 case POT_POISON: in cast_fulsome_distillation()
H A Dshopping.cc1177 case POT_POISON: in item_value()
H A Ddescribe.cc2058 case POT_POISON: in describe_potion()
2115 case POT_POISON: in describe_potion()
H A Dnewgame.cc1756 set_ident_type( OBJ_POTIONS, POT_POISON, ID_KNOWN_TYPE ); in give_basic_knowledge()
1766 set_ident_type( OBJ_POTIONS, POT_POISON, ID_KNOWN_TYPE ); in give_basic_knowledge()
3960 you.inv[5].sub_type = POT_POISON; in give_items_skills()
H A Denum.h2171 POT_POISON, enumerator
H A Ditem_use.cc2329 (temp_rand > 899) ? POT_POISON : // 2.7% in drink_fountain()
H A Ditemname.cc1102 (item_typ == POT_POISON) ? "poison" : in item_name_2()
H A Ddungeon.cc2016 mitm[p].sub_type = POT_POISON; // 6.475% in items()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/catch2-tests/
H A Dtest_items.cc195 const auto has_removed_item = find(items.begin(), items.end(), POT_POISON) != items.end();