Home
last modified time | relevance | path

Searched refs:dragon_form (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspecies.h42 monster_type dragon_form(species_type s);
H A Dtransform.cc677 return species::dragon_form(you.species); in get_equivalent_mons()
707 switch (species::dragon_form(you.species)) in res_fire()
723 switch (species::dragon_form(you.species)) in res_cold()
H A Dspecies.cc197 monster_type dragon_form(species_type s) in dragon_form() function
H A Dmutation.cc329 monster_type drag = species::dragon_form(you.species); in mutation_activity_level()
H A Dability.cc3448 && species::dragon_form(you.species) == MONS_FIRE_DRAGON; in player_has_ability()