Home
last modified time | relevance | path

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

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dtransfor.cc303 case TRAN_AIR: in transform()
312 you.attribute[ATTR_TRANSFORMATION] = TRAN_AIR; in transform()
427 case TRAN_AIR: in untransform()
H A Dplayer.cc429 || you.attribute[ATTR_TRANSFORMATION] == TRAN_AIR) in player_regen()
446 if (you.attribute[ATTR_TRANSFORMATION] == TRAN_AIR) in player_hunger_rate()
651 case TRAN_AIR: in player_res_fire()
714 case TRAN_AIR: in player_res_cold()
755 if (you.attribute[ATTR_TRANSFORMATION] == TRAN_AIR) in player_res_electricity()
818 case TRAN_AIR: in player_res_poison()
899 if (you.attribute[ATTR_TRANSFORMATION] == TRAN_AIR) in player_spec_earth()
1364 case TRAN_AIR: // air - scales & species ought to be irrelevent in player_AC()
1504 case TRAN_AIR: in player_evasion()
2511 case TRAN_AIR: in display_char_status()
H A Dchardump.cc824 case TRAN_AIR: in dump_char()
H A Ditems.cc785 if (you.attribute[ATTR_TRANSFORMATION] == TRAN_AIR in pickup()
2427 if (you.attribute[ATTR_TRANSFORMATION] == TRAN_AIR in autopickup()
H A Dspl-cast.cc1828 transform(powc, TRAN_AIR); in your_spells()
2170 else if (you.attribute[ATTR_TRANSFORMATION] != TRAN_AIR) in miscast_effect()
H A Dspells4.cc102 case TRAN_AIR: in your_hand()
405 case TRAN_AIR: in cast_shatter()
H A Dfight.cc462 case TRAN_AIR: in you_attack()
3726 case TRAN_AIR: in weapon_type_modify()
H A Denum.h2886 TRAN_AIR, enumerator
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/docs/develop/
H A Dcoding_conventions.md311 || tran == TRAN_AIR || tran == TRAN_LICH
/dports/games/dungeoncrawl/dc400b26-src/docs/
H A Dchanges.340395 + Added case TRAN_AIR to your_hand().
H A Dchanges.400754 if (you.attribute[ATTR_TRANSFORMATION] == TRAN_AIR)