Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dpotion-type.h18 POT_GAIN_STRENGTH, enumerator
86 case POT_GAIN_STRENGTH: \
H A Ditem-prop.cc770 { OBJ_POTIONS, POT_GAIN_STRENGTH },
H A Dtags.cc4918 case POT_GAIN_STRENGTH: in unmarshallItem()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dit_use2.cc112 case POT_GAIN_STRENGTH: in potion_effect()
H A Ddescribe.cc2089 case POT_GAIN_STRENGTH: in describe_potion()
2150 case POT_GAIN_STRENGTH: in describe_potion()
2175 case POT_GAIN_STRENGTH: in describe_potion()
H A Dshopping.cc1142 case POT_GAIN_STRENGTH: in item_value()
H A Denum.h2167 POT_GAIN_STRENGTH, enumerator
H A Dspells4.cc1987 case POT_GAIN_STRENGTH: in cast_evaporate()
H A Ditem_use.cc2338 (temp_rand > 39) ? POT_GAIN_STRENGTH : //0.4% in drink_fountain()
H A Ditemname.cc1098 (item_typ == POT_GAIN_STRENGTH) ? "gain strength" : in item_name_2()
H A Ddungeon.cc1991 mitm[p].sub_type = POT_GAIN_STRENGTH + random2(3); // 1.125% in items()