Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtransformation.h11 ice_beast, enumerator
H A Dspl-selfench.cc61 else if (you.form == transformation::ice_beast) in ice_armour()
H A Dform-data.h112 transformation::ice_beast, MONS_ICE_BEAST, "Ice", "ice-form", "ice",
H A Dspl-summoning.cc191 mgen_data ice_beast = _pal_data(MONS_ICE_BEAST, dur, god, in cast_summon_ice_beast() local
193 ice_beast.hd = (3 + div_rand_round(pow, 13)); in cast_summon_ice_beast()
195 if (create_monster(ice_beast)) in cast_summon_ice_beast()
H A Dtilepick-p.cc480 case transformation::ice_beast: ch = TILEP_TRAN_ICE_BEAST; break; in tileidx_player()
H A Dtransform.cc635 FormIce() : Form(transformation::ice_beast) { } in FormIce()
H A Dspl-damage.cc1043 if (you.form == transformation::ice_beast) in _init_frag_player()
1466 || you.form == transformation::ice_beast in _shatter_player_dice()
H A Dspl-cast.cc2265 return cast_transform(powc, transformation::ice_beast, fail); in _do_cast()
H A Dplayer.cc6130 || form == transformation::ice_beast) in res_water_drowning()
7105 return form == transformation::ice_beast; in is_icy()
H A Dxom.cc495 tran = transformation::ice_beast; in _transformation_check()
H A Ditems.cc1433 else if (you.form == transformation::ice_beast in pickup()